#A6DB60

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

Shades of Conifer #A6DB60

Tints of Conifer #A6DB60

Color information

#A6DB60 (or 0xA6DB60) is unknown color: approx Conifer. HEX triplet: A6, DB and 60. RGB value is (166,219,96). Sum of RGB (Red+Green+Blue) = 166+219+96=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB60 is #59249F. Grayscale: #BDBDBD. Windows color (decimal): -5842080 or 6347686. OLE color: 6347686.

HSL color Cylindrical-coordinate representation of color #A6DB60: hue angle of 85.85º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6DB60 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB16621996-
CMYK0.2400.560.14
HSL85.85º63.08%61.76%-
HSV(B)85.85º56.16%85.88%-
XYZ43.1759.6120.3-
YUV189.1375.44111.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 219 (85.94% from 255) = 45.53%
BLUE value IS 96 (37.89% from 255) = 19.96%
R=34.51%
G=45.53%
B=19.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal166219960.2400.560.1485.8563.0861.76
HexA6DB6018038E563f3e
Octal24633314030070161267776
Binary1010011011011011110000011000011100011101010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DB60; }

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

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

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

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

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

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

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

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