#A5DB61

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

Shades of Conifer #A5DB61

Tints of Conifer #A5DB61

Color information

#A5DB61 (or 0xA5DB61) is unknown color: approx Conifer. HEX triplet: A5, DB and 61. RGB value is (165,219,97). Sum of RGB (Red+Green+Blue) = 165+219+97=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB61 is #5A249E. Grayscale: #BDBDBD. Windows color (decimal): -5907615 or 6413221. OLE color: 6413221.

HSL color Cylindrical-coordinate representation of color #A5DB61: hue angle of 86.56º 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 #A5DB61 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB16521997-
CMYK0.2500.560.14
HSL86.56º62.89%61.96%-
HSV(B)86.56º55.71%85.88%-
XYZ43.0159.5320.53-
YUV188.9576.11110.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 219 (85.94% from 255) = 45.53%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=34.30%
G=45.53%
B=20.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165219970.2500.560.1486.5662.8961.96
HexA5DB6119038E573f3e
Octal24533314131070161277776
Binary1010010111011011110000111001011100011101010111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DB61; }

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

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

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

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

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

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

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

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