Shades of Conifer #AAD562
Tints of Conifer #AAD562
RGB
CMYK
RGB Variations
Color information
#AAD562 (or 0xAAD562) is known color: Conifer. HEX triplet: AA, D5 and 62. RGB value is (170,213,98). Sum of RGB (Red+Green+Blue) = 170+213+98=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD562 is #552A9D. Grayscale: #BBBBBB. Windows color (decimal): -5581470 or 6477226. OLE color: 6477226.
HSL color Cylindrical-coordinate representation of color #AAD562: hue angle of 82.43º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAD562 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 98 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.16 |
| HSL | 82.43º | 0.58% | 0.61% | - |
| HSV(B) | 82.43º | 0.54% | 0.84% | - |
| XYZ | 42.58 | 57.02 | 20.32 | - |
| YUV | 187.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 98 | 0.20 | 0 | 0.54 | 0.16 | 82.43 | 0.58 | 0.61 |
| Hex | AA | D5 | 62 | 14 | 0 | 36 | 10 | 52 | 3A | 3D |
| Octal | 252 | 325 | 142 | 24 | 0 | 66 | 20 | 122 | 72 | 75 |
| Binary | 10101010 | 11010101 | 1100010 | 10100 | 0 | 110110 | 10000 | 1010010 | 111010 | 111101 |
Color Harmonies of #AAD562
Complementary color
Monochromatic Colors of #AAD562
Black with #AAD562
Text Example
Text Example
White with #AAD562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD562; }
p { color: rgb(170,213,98); }
H1.HeaderClassName
{
color: #AAD562;
}
.AnyTagClassName
{
color: #AAD562;
}
</style>
background-color css
<style>
a { background-color: #AAD562; }
a { background-color: rgb(170,213,98); }
div.DivClassName
{
background-color: #AAD562;
}
.BgClassName
{
background-color: #AAD562;
}
</style>
border-color css
<style>
span { border-color: #AAD562; }
span { border-color: rgb(170,213,98); }
td.TdClassName
{
border-color: #AAD562;
}
.TagClassName
{
border-color: #AAD562;
}
</style>