#A5DB66

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

Shades of Conifer #A5DB66

Tints of Conifer #A5DB66

Color information

#A5DB66 (or 0xA5DB66) is unknown color: approx Conifer. HEX triplet: A5, DB and 66. RGB value is (165,219,102). Sum of RGB (Red+Green+Blue) = 165+219+102=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB66 is #5A2499. Grayscale: #BDBDBD. Windows color (decimal): -5907610 or 6740901. OLE color: 6740901.

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

Color convert

RGB165219102-
CMYK0.2500.530.14
HSL87.69º61.9%62.94%-
HSV(B)87.69º53.42%85.88%-
XYZ43.2559.6221.8-
YUV189.5278.61110.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 219 (85.94% from 255) = 45.06%
BLUE value IS 102 (40.23% from 255) = 20.99%
R=33.95%
G=45.06%
B=20.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652191020.2500.530.1487.6961.962.94
HexA5DB6619035E583e3f
Octal24533314631065161307677
Binary1010010111011011110011011001011010111101011000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DB66; }

 p { color: rgb(165,219,102); }

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

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

 a { background-color: rgb(165,219,102); }

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

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

 span { border-color: rgb(165,219,102); }

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