Shades of Conifer #AADB5A
Tints of Conifer #AADB5A
RGB
CMYK
RGB Variations
Color information
#AADB5A (or 0xAADB5A) is known color: Conifer. HEX triplet: AA, DB and 5A. RGB value is (170,219,90). Sum of RGB (Red+Green+Blue) = 170+219+90=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB5A is #5524A5. Grayscale: #BEBEBE. Windows color (decimal): -5579942 or 5954474. OLE color: 5954474.
HSL color Cylindrical-coordinate representation of color #AADB5A: hue angle of 82.79º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AADB5A is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 90 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.14 |
| HSL | 82.79º | 0.64% | 0.61% | - |
| HSV(B) | 82.79º | 0.59% | 0.86% | - |
| XYZ | 43.75 | 59.95 | 18.94 | - |
| YUV | 189.64 | 71.77 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 90 | 0.22 | 0 | 0.59 | 0.14 | 82.79 | 0.64 | 0.61 |
| Hex | AA | DB | 5A | 16 | 0 | 3B | E | 53 | 40 | 3D |
| Octal | 252 | 333 | 132 | 26 | 0 | 73 | 16 | 123 | 100 | 75 |
| Binary | 10101010 | 11011011 | 1011010 | 10110 | 0 | 111011 | 1110 | 1010011 | 1000000 | 111101 |
Color Harmonies of #AADB5A
Complementary color
Monochromatic Colors of #AADB5A
Black with #AADB5A
Text Example
Text Example
White with #AADB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB5A; }
p { color: rgb(170,219,90); }
H1.HeaderClassName
{
color: #AADB5A;
}
.AnyTagClassName
{
color: #AADB5A;
}
</style>
background-color css
<style>
a { background-color: #AADB5A; }
a { background-color: rgb(170,219,90); }
div.DivClassName
{
background-color: #AADB5A;
}
.BgClassName
{
background-color: #AADB5A;
}
</style>
border-color css
<style>
span { border-color: #AADB5A; }
span { border-color: rgb(170,219,90); }
td.TdClassName
{
border-color: #AADB5A;
}
.TagClassName
{
border-color: #AADB5A;
}
</style>