Shades of Conifer #AAF260
Tints of Conifer #AAF260
RGB
CMYK
RGB Variations
Color information
#AAF260 (or 0xAAF260) is known color: Conifer. HEX triplet: AA, F2 and 60. RGB value is (170,242,96). Sum of RGB (Red+Green+Blue) = 170+242+96=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF260 is #550D9F. Grayscale: #CCCCCC. Windows color (decimal): -5574048 or 6353578. OLE color: 6353578.
HSL color Cylindrical-coordinate representation of color #AAF260: hue angle of 89.59º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF260 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 96 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.05 |
| HSL | 89.59º | 0.85% | 0.66% | - |
| HSV(B) | 89.59º | 0.6% | 0.95% | - |
| XYZ | 50.44 | 72.89 | 22.48 | - |
| YUV | 203.83 | 67.15 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 96 | 0.30 | 0 | 0.60 | 0.05 | 89.59 | 0.85 | 0.66 |
| Hex | AA | F2 | 60 | 1E | 0 | 3C | 5 | 5A | 55 | 42 |
| Octal | 252 | 362 | 140 | 36 | 0 | 74 | 5 | 132 | 125 | 102 |
| Binary | 10101010 | 11110010 | 1100000 | 11110 | 0 | 111100 | 101 | 1011010 | 1010101 | 1000010 |
Color Harmonies of #AAF260
Complementary color
Monochromatic Colors of #AAF260
Black with #AAF260
Text Example
Text Example
White with #AAF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF260; }
p { color: rgb(170,242,96); }
H1.HeaderClassName
{
color: #AAF260;
}
.AnyTagClassName
{
color: #AAF260;
}
</style>
background-color css
<style>
a { background-color: #AAF260; }
a { background-color: rgb(170,242,96); }
div.DivClassName
{
background-color: #AAF260;
}
.BgClassName
{
background-color: #AAF260;
}
</style>
border-color css
<style>
span { border-color: #AAF260; }
span { border-color: rgb(170,242,96); }
td.TdClassName
{
border-color: #AAF260;
}
.TagClassName
{
border-color: #AAF260;
}
</style>