Shades of Conifer #AAD249
Tints of Conifer #AAD249
RGB
CMYK
RGB Variations
Color information
#AAD249 (or 0xAAD249) is known color: Conifer. HEX triplet: AA, D2 and 49. RGB value is (170,210,73). Sum of RGB (Red+Green+Blue) = 170+210+73=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD249 is #552DB6. Grayscale: #B6B6B6. Windows color (decimal): -5582263 or 4838058. OLE color: 4838058.
HSL color Cylindrical-coordinate representation of color #AAD249: hue angle of 77.52º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAD249 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 73 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.18 |
| HSL | 77.52º | 0.6% | 0.55% | - |
| HSV(B) | 77.52º | 0.65% | 0.82% | - |
| XYZ | 40.83 | 55.12 | 14.79 | - |
| YUV | 182.42 | 66.25 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 73 | 0.19 | 0 | 0.65 | 0.18 | 77.52 | 0.6 | 0.55 |
| Hex | AA | D2 | 49 | 13 | 0 | 41 | 12 | 4E | 3C | 37 |
| Octal | 252 | 322 | 111 | 23 | 0 | 101 | 22 | 116 | 74 | 67 |
| Binary | 10101010 | 11010010 | 1001001 | 10011 | 0 | 1000001 | 10010 | 1001110 | 111100 | 110111 |
Color Harmonies of #AAD249
Complementary color
Monochromatic Colors of #AAD249
Black with #AAD249
Text Example
Text Example
White with #AAD249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD249; }
p { color: rgb(170,210,73); }
H1.HeaderClassName
{
color: #AAD249;
}
.AnyTagClassName
{
color: #AAD249;
}
</style>
background-color css
<style>
a { background-color: #AAD249; }
a { background-color: rgb(170,210,73); }
div.DivClassName
{
background-color: #AAD249;
}
.BgClassName
{
background-color: #AAD249;
}
</style>
border-color css
<style>
span { border-color: #AAD249; }
span { border-color: rgb(170,210,73); }
td.TdClassName
{
border-color: #AAD249;
}
.TagClassName
{
border-color: #AAD249;
}
</style>