#A6E860

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

Shades of Conifer #A6E860

Tints of Conifer #A6E860

Color information

#A6E860 (or 0xA6E860) is unknown color: approx Conifer. HEX triplet: A6, E8 and 60. RGB value is (166,232,96). Sum of RGB (Red+Green+Blue) = 166+232+96=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E860 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E860 is #59179F. Grayscale: #C5C5C5. Windows color (decimal): -5838752 or 6351014. OLE color: 6351014.

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

Color convert

RGB16623296-
CMYK0.2800.590.09
HSL89.12º74.73%64.31%-
HSV(B)89.12º58.62%90.98%-
XYZ46.6966.6621.47-
YUV196.7671.13106.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 232 (91.02% from 255) = 46.96%
BLUE value IS 96 (37.89% from 255) = 19.43%
R=33.60%
G=46.96%
B=19.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166232960.2800.590.0989.1274.7364.31
HexA6E8601C03B9594b40
Octal2463501403407311131113100
Binary101001101110100011000001110001110111001101100110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E860; }

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

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

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

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

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

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

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

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