#A4ED66

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

Shades of Conifer #A4ED66

Tints of Conifer #A4ED66

Color information

#A4ED66 (or 0xA4ED66) is unknown color: approx Conifer. HEX triplet: A4, ED and 66. RGB value is (164,237,102). Sum of RGB (Red+Green+Blue) = 164+237+102=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4ED66 is #5B1299. Grayscale: #C8C8C8. Windows color (decimal): -5968538 or 6745508. OLE color: 6745508.

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

Color convert

RGB164237102-
CMYK0.3100.570.07
HSL92.44º78.95%66.47%-
HSV(B)92.44º56.96%92.94%-
XYZ47.9969.4223.44-
YUV199.7872.82102.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 102 (40.23% from 255) = 20.28%
R=32.60%
G=47.12%
B=20.28%

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
Decimal1642371020.3100.570.0792.4478.9566.47
HexA4ED661F03975c4f42
Octal244355146370717134117102
Binary10100100111011011100110111110111001111101110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ED66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ED66; }

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

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

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

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

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

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

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

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