#a3ea64

Color #A3EA64 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A3EA64

Tints of Conifer #A3EA64

Color information

#A3EA64 (or 0xA3EA64) is unknown color: approx Conifer. HEX triplet: A3, EA and 64. RGB value is (163,234,100). Sum of RGB (Red+Green+Blue) = 163+234+100=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3EA64 is #5C159B. Grayscale: #C5C5C5. Windows color (decimal): -6034844 or 6613667. OLE color: 6613667.

HSL color Cylindrical-coordinate representation of color #A3EA64: hue angle of 91.79º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3EA64 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB163234100-
CMYK0.3000.570.08
HSL91.79º76.14%65.49%-
HSV(B)91.79º57.26%91.76%-
XYZ46.8367.5522.63-
YUV197.572.98103.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 234 (91.80% from 255) = 47.08%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=32.80%
G=47.08%
B=20.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632341000.3000.570.0891.7976.1465.49
HexA3EA641E03985c4c41
Octal2433521443607110134114101
Binary101000111110101011001001111001110011000101110010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3ea64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3ea64; }

 p { color: rgb(163,234,100); }

 H1.HeaderClassName
 {
   color: #a3ea64;
 }
 .AnyTagClassName
 {
   color: #a3ea64;
 }
</style>
background-color css

<style>
 a { background-color: #a3ea64; }

 a { background-color: rgb(163,234,100); }

 div.DivClassName
 {
   background-color: #a3ea64;
 }
 .BgClassName
 {
   background-color: #a3ea64;
 }
</style>
border-color css

<style>
 span { border-color: #a3ea64; }

 span { border-color: rgb(163,234,100); }

 td.TdClassName
 {
   border-color: #a3ea64;
 }
 .TagClassName
 {
   border-color: #a3ea64;
 }
</style>