Shades of Conifer #AAD852
Tints of Conifer #AAD852
RGB
CMYK
RGB Variations
Color information
#AAD852 (or 0xAAD852) is known color: Conifer. HEX triplet: AA, D8 and 52. RGB value is (170,216,82). Sum of RGB (Red+Green+Blue) = 170+216+82=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD852 is #5527AD. Grayscale: #BBBBBB. Windows color (decimal): -5580718 or 5429418. OLE color: 5429418.
HSL color Cylindrical-coordinate representation of color #AAD852: hue angle of 80.6º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAD852 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 82 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.15 |
| HSL | 80.6º | 0.63% | 0.58% | - |
| HSV(B) | 80.6º | 0.62% | 0.85% | - |
| XYZ | 42.66 | 58.27 | 16.98 | - |
| YUV | 186.97 | 68.76 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 82 | 0.21 | 0 | 0.62 | 0.15 | 80.6 | 0.63 | 0.58 |
| Hex | AA | D8 | 52 | 15 | 0 | 3E | F | 51 | 3F | 3A |
| Octal | 252 | 330 | 122 | 25 | 0 | 76 | 17 | 121 | 77 | 72 |
| Binary | 10101010 | 11011000 | 1010010 | 10101 | 0 | 111110 | 1111 | 1010001 | 111111 | 111010 |
Color Harmonies of #AAD852
Complementary color
Monochromatic Colors of #AAD852
Black with #AAD852
Text Example
Text Example
White with #AAD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD852; }
p { color: rgb(170,216,82); }
H1.HeaderClassName
{
color: #AAD852;
}
.AnyTagClassName
{
color: #AAD852;
}
</style>
background-color css
<style>
a { background-color: #AAD852; }
a { background-color: rgb(170,216,82); }
div.DivClassName
{
background-color: #AAD852;
}
.BgClassName
{
background-color: #AAD852;
}
</style>
border-color css
<style>
span { border-color: #AAD852; }
span { border-color: rgb(170,216,82); }
td.TdClassName
{
border-color: #AAD852;
}
.TagClassName
{
border-color: #AAD852;
}
</style>