Shades of Conifer #AAF047
Tints of Conifer #AAF047
RGB
CMYK
RGB Variations
Color information
#AAF047 (or 0xAAF047) is known color: Conifer. HEX triplet: AA, F0 and 47. RGB value is (170,240,71). Sum of RGB (Red+Green+Blue) = 170+240+71=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF047 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF047 is #550FB8. Grayscale: #C8C8C8. Windows color (decimal): -5574585 or 4714666. OLE color: 4714666.
HSL color Cylindrical-coordinate representation of color #AAF047: hue angle of 84.85º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAF047 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 71 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.06 |
| HSL | 84.85º | 0.85% | 0.61% | - |
| HSV(B) | 84.85º | 0.7% | 0.94% | - |
| XYZ | 48.87 | 71.32 | 17.15 | - |
| YUV | 199.8 | 55.31 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 71 | 0.29 | 0 | 0.70 | 0.06 | 84.85 | 0.85 | 0.61 |
| Hex | AA | F0 | 47 | 1D | 0 | 46 | 6 | 55 | 55 | 3D |
| Octal | 252 | 360 | 107 | 35 | 0 | 106 | 6 | 125 | 125 | 75 |
| Binary | 10101010 | 11110000 | 1000111 | 11101 | 0 | 1000110 | 110 | 1010101 | 1010101 | 111101 |
Color Harmonies of #AAF047
Complementary color
Monochromatic Colors of #AAF047
Black with #AAF047
Text Example
Text Example
White with #AAF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF047; }
p { color: rgb(170,240,71); }
H1.HeaderClassName
{
color: #AAF047;
}
.AnyTagClassName
{
color: #AAF047;
}
</style>
background-color css
<style>
a { background-color: #AAF047; }
a { background-color: rgb(170,240,71); }
div.DivClassName
{
background-color: #AAF047;
}
.BgClassName
{
background-color: #AAF047;
}
</style>
border-color css
<style>
span { border-color: #AAF047; }
span { border-color: rgb(170,240,71); }
td.TdClassName
{
border-color: #AAF047;
}
.TagClassName
{
border-color: #AAF047;
}
</style>