Shades of Conifer #AAD962
Tints of Conifer #AAD962
RGB
CMYK
RGB Variations
Color information
#AAD962 (or 0xAAD962) is known color: Conifer. HEX triplet: AA, D9 and 62. RGB value is (170,217,98). Sum of RGB (Red+Green+Blue) = 170+217+98=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD962 is #55269D. Grayscale: #BDBDBD. Windows color (decimal): -5580446 or 6478250. OLE color: 6478250.
HSL color Cylindrical-coordinate representation of color #AAD962: hue angle of 83.7º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAD962 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 98 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.15 |
| HSL | 83.7º | 0.61% | 0.62% | - |
| HSV(B) | 83.7º | 0.55% | 0.85% | - |
| XYZ | 43.6 | 59.05 | 20.66 | - |
| YUV | 189.38 | 76.43 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 98 | 0.22 | 0 | 0.55 | 0.15 | 83.7 | 0.61 | 0.62 |
| Hex | AA | D9 | 62 | 16 | 0 | 37 | F | 54 | 3D | 3E |
| Octal | 252 | 331 | 142 | 26 | 0 | 67 | 17 | 124 | 75 | 76 |
| Binary | 10101010 | 11011001 | 1100010 | 10110 | 0 | 110111 | 1111 | 1010100 | 111101 | 111110 |
Color Harmonies of #AAD962
Complementary color
Monochromatic Colors of #AAD962
Black with #AAD962
Text Example
Text Example
White with #AAD962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD962; }
p { color: rgb(170,217,98); }
H1.HeaderClassName
{
color: #AAD962;
}
.AnyTagClassName
{
color: #AAD962;
}
</style>
background-color css
<style>
a { background-color: #AAD962; }
a { background-color: rgb(170,217,98); }
div.DivClassName
{
background-color: #AAD962;
}
.BgClassName
{
background-color: #AAD962;
}
</style>
border-color css
<style>
span { border-color: #AAD962; }
span { border-color: rgb(170,217,98); }
td.TdClassName
{
border-color: #AAD962;
}
.TagClassName
{
border-color: #AAD962;
}
</style>