#A4EE66

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

Shades of Conifer #A4EE66

Tints of Conifer #A4EE66

Color information

#A4EE66 (or 0xA4EE66) is unknown color: approx Conifer. HEX triplet: A4, EE and 66. RGB value is (164,238,102). Sum of RGB (Red+Green+Blue) = 164+238+102=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EE66 is #5B1199. Grayscale: #C8C8C8. Windows color (decimal): -5968282 or 6745764. OLE color: 6745764.

HSL color Cylindrical-coordinate representation of color #A4EE66: hue angle of 92.65º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4EE66 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB164238102-
CMYK0.3100.570.07
HSL92.65º80%66.67%-
HSV(B)92.65º57.14%93.33%-
XYZ48.287023.54-
YUV200.3772.48102.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 238 (93.36% from 255) = 47.22%
BLUE value IS 102 (40.23% from 255) = 20.24%
R=32.54%
G=47.22%
B=20.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642381020.3100.570.0792.658066.67
HexA4EE661F03975d5043
Octal244356146370717135120103
Binary10100100111011101100110111110111001111101110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EE66; }

 p { color: rgb(164,238,102); }

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

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

 a { background-color: rgb(164,238,102); }

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

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

 span { border-color: rgb(164,238,102); }

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