Shades of Conifer #AAD94D
Tints of Conifer #AAD94D
RGB
CMYK
RGB Variations
Color information
#AAD94D (or 0xAAD94D) is known color: Conifer. HEX triplet: AA, D9 and 4D. RGB value is (170,217,77). Sum of RGB (Red+Green+Blue) = 170+217+77=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD94D is #5526B2. Grayscale: #BBBBBB. Windows color (decimal): -5580467 or 5101994. OLE color: 5101994.
HSL color Cylindrical-coordinate representation of color #AAD94D: hue angle of 80.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAD94D is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 77 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.15 |
| HSL | 80.14º | 0.65% | 0.58% | - |
| HSV(B) | 80.14º | 0.65% | 0.85% | - |
| XYZ | 42.73 | 58.71 | 16.1 | - |
| YUV | 186.99 | 65.93 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 77 | 0.22 | 0 | 0.65 | 0.15 | 80.14 | 0.65 | 0.58 |
| Hex | AA | D9 | 4D | 16 | 0 | 41 | F | 50 | 41 | 3A |
| Octal | 252 | 331 | 115 | 26 | 0 | 101 | 17 | 120 | 101 | 72 |
| Binary | 10101010 | 11011001 | 1001101 | 10110 | 0 | 1000001 | 1111 | 1010000 | 1000001 | 111010 |
Color Harmonies of #AAD94D
Complementary color
Monochromatic Colors of #AAD94D
Black with #AAD94D
Text Example
Text Example
White with #AAD94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD94D; }
p { color: rgb(170,217,77); }
H1.HeaderClassName
{
color: #AAD94D;
}
.AnyTagClassName
{
color: #AAD94D;
}
</style>
background-color css
<style>
a { background-color: #AAD94D; }
a { background-color: rgb(170,217,77); }
div.DivClassName
{
background-color: #AAD94D;
}
.BgClassName
{
background-color: #AAD94D;
}
</style>
border-color css
<style>
span { border-color: #AAD94D; }
span { border-color: rgb(170,217,77); }
td.TdClassName
{
border-color: #AAD94D;
}
.TagClassName
{
border-color: #AAD94D;
}
</style>