#A6E84A

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

Shades of Conifer #A6E84A

Tints of Conifer #A6E84A

Color information

#A6E84A (or 0xA6E84A) is unknown color: approx Conifer. HEX triplet: A6, E8 and 4A. RGB value is (166,232,74). Sum of RGB (Red+Green+Blue) = 166+232+74=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E84A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E84A is #5917B5. Grayscale: #C2C2C2. Windows color (decimal): -5838774 or 4909222. OLE color: 4909222.

HSL color Cylindrical-coordinate representation of color #A6E84A: hue angle of 85.06º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6E84A is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB16623274-
CMYK0.2800.680.09
HSL85.06º77.45%60%-
HSV(B)85.06º68.1%90.98%-
XYZ45.8266.3116.86-
YUV194.2560.13107.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 232 (91.02% from 255) = 49.15%
BLUE value IS 74 (29.30% from 255) = 15.68%
R=35.17%
G=49.15%
B=15.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166232740.2800.680.0985.0677.4560
HexA6E84A1C0449554d3c
Octal2463501123401041112511574
Binary101001101110100010010101110001000100100110101011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E84A; }

 p { color: rgb(166,232,74); }

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

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

 a { background-color: rgb(166,232,74); }

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

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

 span { border-color: rgb(166,232,74); }

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