Shades of Conifer #AADB5E
Tints of Conifer #AADB5E
RGB
CMYK
RGB Variations
Color information
#AADB5E (or 0xAADB5E) is known color: Conifer. HEX triplet: AA, DB and 5E. RGB value is (170,219,94). Sum of RGB (Red+Green+Blue) = 170+219+94=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB5E is #5524A1. Grayscale: #BEBEBE. Windows color (decimal): -5579938 or 6216618. OLE color: 6216618.
HSL color Cylindrical-coordinate representation of color #AADB5E: hue angle of 83.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AADB5E is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 94 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.14 |
| HSL | 83.52º | 0.63% | 0.61% | - |
| HSV(B) | 83.52º | 0.57% | 0.86% | - |
| XYZ | 43.93 | 60.02 | 19.86 | - |
| YUV | 190.1 | 73.77 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 94 | 0.22 | 0 | 0.57 | 0.14 | 83.52 | 0.63 | 0.61 |
| Hex | AA | DB | 5E | 16 | 0 | 39 | E | 54 | 3F | 3D |
| Octal | 252 | 333 | 136 | 26 | 0 | 71 | 16 | 124 | 77 | 75 |
| Binary | 10101010 | 11011011 | 1011110 | 10110 | 0 | 111001 | 1110 | 1010100 | 111111 | 111101 |
Color Harmonies of #AADB5E
Complementary color
Monochromatic Colors of #AADB5E
Black with #AADB5E
Text Example
Text Example
White with #AADB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB5E; }
p { color: rgb(170,219,94); }
H1.HeaderClassName
{
color: #AADB5E;
}
.AnyTagClassName
{
color: #AADB5E;
}
</style>
background-color css
<style>
a { background-color: #AADB5E; }
a { background-color: rgb(170,219,94); }
div.DivClassName
{
background-color: #AADB5E;
}
.BgClassName
{
background-color: #AADB5E;
}
</style>
border-color css
<style>
span { border-color: #AADB5E; }
span { border-color: rgb(170,219,94); }
td.TdClassName
{
border-color: #AADB5E;
}
.TagClassName
{
border-color: #AADB5E;
}
</style>