#A6DB64

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

Shades of Conifer #A6DB64

Tints of Conifer #A6DB64

Color information

#A6DB64 (or 0xA6DB64) is unknown color: approx Conifer. HEX triplet: A6, DB and 64. RGB value is (166,219,100). Sum of RGB (Red+Green+Blue) = 166+219+100=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB64 is #59249B. Grayscale: #BEBEBE. Windows color (decimal): -5842076 or 6609830. OLE color: 6609830.

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

Color convert

RGB166219100-
CMYK0.2400.540.14
HSL86.72º62.3%62.55%-
HSV(B)86.72º54.34%85.88%-
XYZ43.3659.6921.29-
YUV189.5977.44111.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 219 (85.94% from 255) = 45.15%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=34.23%
G=45.15%
B=20.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662191000.2400.540.1486.7262.362.55
HexA6DB6418036E573e3f
Octal24633314430066161277677
Binary1010011011011011110010011000011011011101010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DB64; }

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

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

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

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

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

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

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

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