#A6E84B

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

Shades of Conifer #A6E84B

Tints of Conifer #A6E84B

Color information

#A6E84B (or 0xA6E84B) is unknown color: approx Conifer. HEX triplet: A6, E8 and 4B. RGB value is (166,232,75). Sum of RGB (Red+Green+Blue) = 166+232+75=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E84B is #5917B4. Grayscale: #C2C2C2. Windows color (decimal): -5838773 or 4974758. OLE color: 4974758.

HSL color Cylindrical-coordinate representation of color #A6E84B: hue angle of 85.22º 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 #A6E84B is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB16623275-
CMYK0.2800.680.09
HSL85.22º77.34%60.2%-
HSV(B)85.22º67.67%90.98%-
XYZ45.8566.3317.04-
YUV194.3760.63107.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 232 (91.02% from 255) = 49.05%
BLUE value IS 75 (29.69% from 255) = 15.86%
R=35.10%
G=49.05%
B=15.86%

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
Decimal166232750.2800.680.0985.2277.3460.2
HexA6E84B1C0449554d3c
Octal2463501133401041112511574
Binary101001101110100010010111110001000100100110101011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E84B; }

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

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

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

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

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

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

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

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