Shades of Conifer #AAD24A
Tints of Conifer #AAD24A
RGB
CMYK
RGB Variations
Color information
#AAD24A (or 0xAAD24A) is known color: Conifer. HEX triplet: AA, D2 and 4A. RGB value is (170,210,74). Sum of RGB (Red+Green+Blue) = 170+210+74=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD24A is #552DB5. Grayscale: #B7B7B7. Windows color (decimal): -5582262 or 4903594. OLE color: 4903594.
HSL color Cylindrical-coordinate representation of color #AAD24A: hue angle of 77.65º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAD24A is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 74 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.18 |
| HSL | 77.65º | 0.6% | 0.56% | - |
| HSV(B) | 77.65º | 0.65% | 0.82% | - |
| XYZ | 40.86 | 55.13 | 14.97 | - |
| YUV | 182.54 | 66.75 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 74 | 0.19 | 0 | 0.65 | 0.18 | 77.65 | 0.6 | 0.56 |
| Hex | AA | D2 | 4A | 13 | 0 | 41 | 12 | 4E | 3C | 38 |
| Octal | 252 | 322 | 112 | 23 | 0 | 101 | 22 | 116 | 74 | 70 |
| Binary | 10101010 | 11010010 | 1001010 | 10011 | 0 | 1000001 | 10010 | 1001110 | 111100 | 111000 |
Color Harmonies of #AAD24A
Complementary color
Monochromatic Colors of #AAD24A
Black with #AAD24A
Text Example
Text Example
White with #AAD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD24A; }
p { color: rgb(170,210,74); }
H1.HeaderClassName
{
color: #AAD24A;
}
.AnyTagClassName
{
color: #AAD24A;
}
</style>
background-color css
<style>
a { background-color: #AAD24A; }
a { background-color: rgb(170,210,74); }
div.DivClassName
{
background-color: #AAD24A;
}
.BgClassName
{
background-color: #AAD24A;
}
</style>
border-color css
<style>
span { border-color: #AAD24A; }
span { border-color: rgb(170,210,74); }
td.TdClassName
{
border-color: #AAD24A;
}
.TagClassName
{
border-color: #AAD24A;
}
</style>