#A4EC66

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

Shades of Conifer #A4EC66

Tints of Conifer #A4EC66

Color information

#A4EC66 (or 0xA4EC66) is unknown color: approx Conifer. HEX triplet: A4, EC and 66. RGB value is (164,236,102). Sum of RGB (Red+Green+Blue) = 164+236+102=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EC66 is #5B1399. Grayscale: #C7C7C7. Windows color (decimal): -5968794 or 6745252. OLE color: 6745252.

HSL color Cylindrical-coordinate representation of color #A4EC66: hue angle of 92.24º degrees, saturation: 0.78, 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 #A4EC66 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB164236102-
CMYK0.3100.570.07
HSL92.24º77.91%66.27%-
HSV(B)92.24º56.78%92.55%-
XYZ47.768.8423.34-
YUV199.273.15102.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 236 (92.58% from 255) = 47.01%
BLUE value IS 102 (40.23% from 255) = 20.32%
R=32.67%
G=47.01%
B=20.32%

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
Decimal1642361020.3100.570.0792.2477.9166.27
HexA4EC661F03975c4e42
Octal244354146370717134116102
Binary10100100111011001100110111110111001111101110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EC66; }

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

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

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

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

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

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

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

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