#A6E156

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

Shades of Conifer #A6E156

Tints of Conifer #A6E156

Color information

#A6E156 (or 0xA6E156) is unknown color: approx Conifer. HEX triplet: A6, E1 and 56. RGB value is (166,225,86). Sum of RGB (Red+Green+Blue) = 166+225+86=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E156 is #591EA9. Grayscale: #C0C0C0. Windows color (decimal): -5840554 or 5693862. OLE color: 5693862.

HSL color Cylindrical-coordinate representation of color #A6E156: hue angle of 85.47º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6E156 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB16622586-
CMYK0.2600.620.12
HSL85.47º69.85%60.98%-
HSV(B)85.47º61.78%88.24%-
XYZ44.3362.6318.56-
YUV191.5168.45109.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 225 (88.28% from 255) = 47.17%
BLUE value IS 86 (33.98% from 255) = 18.03%
R=34.80%
G=47.17%
B=18.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166225860.2600.620.1285.4769.8560.98
HexA6E1561A03EC55463d
Octal246341126320761412510675
Binary10100110111000011010110110100111110110010101011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E156; }

 p { color: rgb(166,225,86); }

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

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

 a { background-color: rgb(166,225,86); }

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

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

 span { border-color: rgb(166,225,86); }

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