Shades of Conifer #AAD552
Tints of Conifer #AAD552
RGB
CMYK
RGB Variations
Color information
#AAD552 (or 0xAAD552) is known color: Conifer. HEX triplet: AA, D5 and 52. RGB value is (170,213,82). Sum of RGB (Red+Green+Blue) = 170+213+82=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD552 is #552AAD. Grayscale: #B9B9B9. Windows color (decimal): -5581486 or 5428650. OLE color: 5428650.
HSL color Cylindrical-coordinate representation of color #AAD552: hue angle of 79.69º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAD552 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 82 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.16 |
| HSL | 79.69º | 0.61% | 0.58% | - |
| HSV(B) | 79.69º | 0.62% | 0.84% | - |
| XYZ | 41.89 | 56.74 | 16.73 | - |
| YUV | 185.21 | 69.75 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 82 | 0.20 | 0 | 0.62 | 0.16 | 79.69 | 0.61 | 0.58 |
| Hex | AA | D5 | 52 | 14 | 0 | 3E | 10 | 50 | 3D | 3A |
| Octal | 252 | 325 | 122 | 24 | 0 | 76 | 20 | 120 | 75 | 72 |
| Binary | 10101010 | 11010101 | 1010010 | 10100 | 0 | 111110 | 10000 | 1010000 | 111101 | 111010 |
Color Harmonies of #AAD552
Complementary color
Monochromatic Colors of #AAD552
Black with #AAD552
Text Example
Text Example
White with #AAD552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD552; }
p { color: rgb(170,213,82); }
H1.HeaderClassName
{
color: #AAD552;
}
.AnyTagClassName
{
color: #AAD552;
}
</style>
background-color css
<style>
a { background-color: #AAD552; }
a { background-color: rgb(170,213,82); }
div.DivClassName
{
background-color: #AAD552;
}
.BgClassName
{
background-color: #AAD552;
}
</style>
border-color css
<style>
span { border-color: #AAD552; }
span { border-color: rgb(170,213,82); }
td.TdClassName
{
border-color: #AAD552;
}
.TagClassName
{
border-color: #AAD552;
}
</style>