Shades of Conifer #AAD24D
Tints of Conifer #AAD24D
RGB
CMYK
RGB Variations
Color information
#AAD24D (or 0xAAD24D) is known color: Conifer. HEX triplet: AA, D2 and 4D. RGB value is (170,210,77). Sum of RGB (Red+Green+Blue) = 170+210+77=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD24D is #552DB2. Grayscale: #B7B7B7. Windows color (decimal): -5582259 or 5100202. OLE color: 5100202.
HSL color Cylindrical-coordinate representation of color #AAD24D: hue angle of 78.05º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAD24D is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 77 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.18 |
| HSL | 78.05º | 0.6% | 0.56% | - |
| HSV(B) | 78.05º | 0.63% | 0.82% | - |
| XYZ | 40.96 | 55.18 | 15.51 | - |
| YUV | 182.88 | 68.25 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 77 | 0.19 | 0 | 0.63 | 0.18 | 78.05 | 0.6 | 0.56 |
| Hex | AA | D2 | 4D | 13 | 0 | 3F | 12 | 4E | 3C | 38 |
| Octal | 252 | 322 | 115 | 23 | 0 | 77 | 22 | 116 | 74 | 70 |
| Binary | 10101010 | 11010010 | 1001101 | 10011 | 0 | 111111 | 10010 | 1001110 | 111100 | 111000 |
Color Harmonies of #AAD24D
Complementary color
Monochromatic Colors of #AAD24D
Black with #AAD24D
Text Example
Text Example
White with #AAD24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD24D; }
p { color: rgb(170,210,77); }
H1.HeaderClassName
{
color: #AAD24D;
}
.AnyTagClassName
{
color: #AAD24D;
}
</style>
background-color css
<style>
a { background-color: #AAD24D; }
a { background-color: rgb(170,210,77); }
div.DivClassName
{
background-color: #AAD24D;
}
.BgClassName
{
background-color: #AAD24D;
}
</style>
border-color css
<style>
span { border-color: #AAD24D; }
span { border-color: rgb(170,210,77); }
td.TdClassName
{
border-color: #AAD24D;
}
.TagClassName
{
border-color: #AAD24D;
}
</style>