Shades of Conifer #AAD84C
Tints of Conifer #AAD84C
RGB
CMYK
RGB Variations
Color information
#AAD84C (or 0xAAD84C) is known color: Conifer. HEX triplet: AA, D8 and 4C. RGB value is (170,216,76). Sum of RGB (Red+Green+Blue) = 170+216+76=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD84C is #5527B3. Grayscale: #BABABA. Windows color (decimal): -5580724 or 5036202. OLE color: 5036202.
HSL color Cylindrical-coordinate representation of color #AAD84C: hue angle of 79.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAD84C is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 76 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.15 |
| HSL | 79.71º | 0.64% | 0.57% | - |
| HSV(B) | 79.71º | 0.65% | 0.85% | - |
| XYZ | 42.44 | 58.18 | 15.83 | - |
| YUV | 186.29 | 65.76 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 76 | 0.21 | 0 | 0.65 | 0.15 | 79.71 | 0.64 | 0.57 |
| Hex | AA | D8 | 4C | 15 | 0 | 41 | F | 50 | 40 | 39 |
| Octal | 252 | 330 | 114 | 25 | 0 | 101 | 17 | 120 | 100 | 71 |
| Binary | 10101010 | 11011000 | 1001100 | 10101 | 0 | 1000001 | 1111 | 1010000 | 1000000 | 111001 |
Color Harmonies of #AAD84C
Complementary color
Monochromatic Colors of #AAD84C
Black with #AAD84C
Text Example
Text Example
White with #AAD84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD84C; }
p { color: rgb(170,216,76); }
H1.HeaderClassName
{
color: #AAD84C;
}
.AnyTagClassName
{
color: #AAD84C;
}
</style>
background-color css
<style>
a { background-color: #AAD84C; }
a { background-color: rgb(170,216,76); }
div.DivClassName
{
background-color: #AAD84C;
}
.BgClassName
{
background-color: #AAD84C;
}
</style>
border-color css
<style>
span { border-color: #AAD84C; }
span { border-color: rgb(170,216,76); }
td.TdClassName
{
border-color: #AAD84C;
}
.TagClassName
{
border-color: #AAD84C;
}
</style>