Shades of Conifer #AAD942
Tints of Conifer #AAD942
RGB
CMYK
RGB Variations
Color information
#AAD942 (or 0xAAD942) is known color: Conifer. HEX triplet: AA, D9 and 42. RGB value is (170,217,66). Sum of RGB (Red+Green+Blue) = 170+217+66=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD942 is #5526BD. Grayscale: #BABABA. Windows color (decimal): -5580478 or 4381098. OLE color: 4381098.
HSL color Cylindrical-coordinate representation of color #AAD942: hue angle of 78.68º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAD942 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 66 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.15 |
| HSL | 78.68º | 0.67% | 0.55% | - |
| HSV(B) | 78.68º | 0.7% | 0.85% | - |
| XYZ | 42.37 | 58.57 | 14.23 | - |
| YUV | 185.73 | 60.43 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 66 | 0.22 | 0 | 0.70 | 0.15 | 78.68 | 0.67 | 0.55 |
| Hex | AA | D9 | 42 | 16 | 0 | 46 | F | 4F | 43 | 37 |
| Octal | 252 | 331 | 102 | 26 | 0 | 106 | 17 | 117 | 103 | 67 |
| Binary | 10101010 | 11011001 | 1000010 | 10110 | 0 | 1000110 | 1111 | 1001111 | 1000011 | 110111 |
Color Harmonies of #AAD942
Complementary color
Monochromatic Colors of #AAD942
Black with #AAD942
Text Example
Text Example
White with #AAD942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD942; }
p { color: rgb(170,217,66); }
H1.HeaderClassName
{
color: #AAD942;
}
.AnyTagClassName
{
color: #AAD942;
}
</style>
background-color css
<style>
a { background-color: #AAD942; }
a { background-color: rgb(170,217,66); }
div.DivClassName
{
background-color: #AAD942;
}
.BgClassName
{
background-color: #AAD942;
}
</style>
border-color css
<style>
span { border-color: #AAD942; }
span { border-color: rgb(170,217,66); }
td.TdClassName
{
border-color: #AAD942;
}
.TagClassName
{
border-color: #AAD942;
}
</style>