Shades of Conifer #AAD74E
Tints of Conifer #AAD74E
RGB
CMYK
RGB Variations
Color information
#AAD74E (or 0xAAD74E) is known color: Conifer. HEX triplet: AA, D7 and 4E. RGB value is (170,215,78). Sum of RGB (Red+Green+Blue) = 170+215+78=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD74E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD74E is #5528B1. Grayscale: #BABABA. Windows color (decimal): -5580978 or 5167018. OLE color: 5167018.
HSL color Cylindrical-coordinate representation of color #AAD74E: hue angle of 79.71º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAD74E is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 78 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.16 |
| HSL | 79.71º | 0.63% | 0.57% | - |
| HSV(B) | 79.71º | 0.64% | 0.84% | - |
| XYZ | 42.25 | 57.7 | 16.12 | - |
| YUV | 185.93 | 67.09 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 78 | 0.21 | 0 | 0.64 | 0.16 | 79.71 | 0.63 | 0.57 |
| Hex | AA | D7 | 4E | 15 | 0 | 40 | 10 | 50 | 3F | 39 |
| Octal | 252 | 327 | 116 | 25 | 0 | 100 | 20 | 120 | 77 | 71 |
| Binary | 10101010 | 11010111 | 1001110 | 10101 | 0 | 1000000 | 10000 | 1010000 | 111111 | 111001 |
Color Harmonies of #AAD74E
Complementary color
Monochromatic Colors of #AAD74E
Black with #AAD74E
Text Example
Text Example
White with #AAD74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD74E; }
p { color: rgb(170,215,78); }
H1.HeaderClassName
{
color: #AAD74E;
}
.AnyTagClassName
{
color: #AAD74E;
}
</style>
background-color css
<style>
a { background-color: #AAD74E; }
a { background-color: rgb(170,215,78); }
div.DivClassName
{
background-color: #AAD74E;
}
.BgClassName
{
background-color: #AAD74E;
}
</style>
border-color css
<style>
span { border-color: #AAD74E; }
span { border-color: rgb(170,215,78); }
td.TdClassName
{
border-color: #AAD74E;
}
.TagClassName
{
border-color: #AAD74E;
}
</style>