Shades of Conifer #AAD85A
Tints of Conifer #AAD85A
RGB
CMYK
RGB Variations
Color information
#AAD85A (or 0xAAD85A) is known color: Conifer. HEX triplet: AA, D8 and 5A. RGB value is (170,216,90). Sum of RGB (Red+Green+Blue) = 170+216+90=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD85A is #5527A5. Grayscale: #BCBCBC. Windows color (decimal): -5580710 or 5953706. OLE color: 5953706.
HSL color Cylindrical-coordinate representation of color #AAD85A: hue angle of 81.9º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAD85A is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 90 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.15 |
| HSL | 81.9º | 0.62% | 0.6% | - |
| HSV(B) | 81.9º | 0.58% | 0.85% | - |
| XYZ | 42.98 | 58.4 | 18.68 | - |
| YUV | 187.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 90 | 0.21 | 0 | 0.58 | 0.15 | 81.9 | 0.62 | 0.6 |
| Hex | AA | D8 | 5A | 15 | 0 | 3A | F | 52 | 3E | 3C |
| Octal | 252 | 330 | 132 | 25 | 0 | 72 | 17 | 122 | 76 | 74 |
| Binary | 10101010 | 11011000 | 1011010 | 10101 | 0 | 111010 | 1111 | 1010010 | 111110 | 111100 |
Color Harmonies of #AAD85A
Complementary color
Monochromatic Colors of #AAD85A
Black with #AAD85A
Text Example
Text Example
White with #AAD85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD85A; }
p { color: rgb(170,216,90); }
H1.HeaderClassName
{
color: #AAD85A;
}
.AnyTagClassName
{
color: #AAD85A;
}
</style>
background-color css
<style>
a { background-color: #AAD85A; }
a { background-color: rgb(170,216,90); }
div.DivClassName
{
background-color: #AAD85A;
}
.BgClassName
{
background-color: #AAD85A;
}
</style>
border-color css
<style>
span { border-color: #AAD85A; }
span { border-color: rgb(170,216,90); }
td.TdClassName
{
border-color: #AAD85A;
}
.TagClassName
{
border-color: #AAD85A;
}
</style>