Shades of Conifer #AAF060
Tints of Conifer #AAF060
RGB
CMYK
RGB Variations
Color information
#AAF060 (or 0xAAF060) is known color: Conifer. HEX triplet: AA, F0 and 60. RGB value is (170,240,96). Sum of RGB (Red+Green+Blue) = 170+240+96=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF060 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF060 is #550F9F. Grayscale: #CBCBCB. Windows color (decimal): -5574560 or 6353066. OLE color: 6353066.
HSL color Cylindrical-coordinate representation of color #AAF060: hue angle of 89.17º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF060 is Cyan = 0.29, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 96 | - |
| CMYK | 0.29 | 0 | 0.6 | 0.06 |
| HSL | 89.17º | 0.83% | 0.66% | - |
| HSV(B) | 89.17º | 0.6% | 0.94% | - |
| XYZ | 49.85 | 71.71 | 22.28 | - |
| YUV | 202.65 | 67.81 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 96 | 0.29 | 0 | 0.6 | 0.06 | 89.17 | 0.83 | 0.66 |
| Hex | AA | F0 | 60 | 1D | 0 | 3C | 6 | 59 | 53 | 42 |
| Octal | 252 | 360 | 140 | 35 | 0 | 74 | 6 | 131 | 123 | 102 |
| Binary | 10101010 | 11110000 | 1100000 | 11101 | 0 | 111100 | 110 | 1011001 | 1010011 | 1000010 |
Color Harmonies of #AAF060
Complementary color
Monochromatic Colors of #AAF060
Black with #AAF060
Text Example
Text Example
White with #AAF060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF060; }
p { color: rgb(170,240,96); }
H1.HeaderClassName
{
color: #AAF060;
}
.AnyTagClassName
{
color: #AAF060;
}
</style>
background-color css
<style>
a { background-color: #AAF060; }
a { background-color: rgb(170,240,96); }
div.DivClassName
{
background-color: #AAF060;
}
.BgClassName
{
background-color: #AAF060;
}
</style>
border-color css
<style>
span { border-color: #AAF060; }
span { border-color: rgb(170,240,96); }
td.TdClassName
{
border-color: #AAF060;
}
.TagClassName
{
border-color: #AAF060;
}
</style>