Shades of Conifer #AAD74F
Tints of Conifer #AAD74F
RGB
CMYK
RGB Variations
Color information
#AAD74F (or 0xAAD74F) is known color: Conifer. HEX triplet: AA, D7 and 4F. RGB value is (170,215,79). Sum of RGB (Red+Green+Blue) = 170+215+79=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD74F is #5528B0. Grayscale: #BABABA. Windows color (decimal): -5580977 or 5232554. OLE color: 5232554.
HSL color Cylindrical-coordinate representation of color #AAD74F: hue angle of 79.85º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAD74F is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 79 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.16 |
| HSL | 79.85º | 0.63% | 0.58% | - |
| HSV(B) | 79.85º | 0.63% | 0.84% | - |
| XYZ | 42.29 | 57.71 | 16.31 | - |
| YUV | 186.04 | 67.59 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 79 | 0.21 | 0 | 0.63 | 0.16 | 79.85 | 0.63 | 0.58 |
| Hex | AA | D7 | 4F | 15 | 0 | 3F | 10 | 50 | 3F | 3A |
| Octal | 252 | 327 | 117 | 25 | 0 | 77 | 20 | 120 | 77 | 72 |
| Binary | 10101010 | 11010111 | 1001111 | 10101 | 0 | 111111 | 10000 | 1010000 | 111111 | 111010 |
Color Harmonies of #AAD74F
Complementary color
Monochromatic Colors of #AAD74F
Black with #AAD74F
Text Example
Text Example
White with #AAD74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD74F; }
p { color: rgb(170,215,79); }
H1.HeaderClassName
{
color: #AAD74F;
}
.AnyTagClassName
{
color: #AAD74F;
}
</style>
background-color css
<style>
a { background-color: #AAD74F; }
a { background-color: rgb(170,215,79); }
div.DivClassName
{
background-color: #AAD74F;
}
.BgClassName
{
background-color: #AAD74F;
}
</style>
border-color css
<style>
span { border-color: #AAD74F; }
span { border-color: rgb(170,215,79); }
td.TdClassName
{
border-color: #AAD74F;
}
.TagClassName
{
border-color: #AAD74F;
}
</style>