Shades of Conifer #AAF960
Tints of Conifer #AAF960
RGB
CMYK
RGB Variations
Color information
#AAF960 (or 0xAAF960) is known color: Conifer. HEX triplet: AA, F9 and 60. RGB value is (170,249,96). Sum of RGB (Red+Green+Blue) = 170+249+96=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF960 is #55069F. Grayscale: #D0D0D0. Windows color (decimal): -5572256 or 6355370. OLE color: 6355370.
HSL color Cylindrical-coordinate representation of color #AAF960: hue angle of 90.98º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAF960 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 96 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.02 |
| HSL | 90.98º | 0.93% | 0.68% | - |
| HSV(B) | 90.98º | 0.61% | 0.98% | - |
| XYZ | 52.56 | 77.14 | 23.19 | - |
| YUV | 207.94 | 64.83 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 96 | 0.32 | 0 | 0.61 | 0.02 | 90.98 | 0.93 | 0.68 |
| Hex | AA | F9 | 60 | 20 | 0 | 3D | 2 | 5B | 5D | 44 |
| Octal | 252 | 371 | 140 | 40 | 0 | 75 | 2 | 133 | 135 | 104 |
| Binary | 10101010 | 11111001 | 1100000 | 100000 | 0 | 111101 | 10 | 1011011 | 1011101 | 1000100 |
Color Harmonies of #AAF960
Complementary color
Monochromatic Colors of #AAF960
Black with #AAF960
Text Example
Text Example
White with #AAF960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF960; }
p { color: rgb(170,249,96); }
H1.HeaderClassName
{
color: #AAF960;
}
.AnyTagClassName
{
color: #AAF960;
}
</style>
background-color css
<style>
a { background-color: #AAF960; }
a { background-color: rgb(170,249,96); }
div.DivClassName
{
background-color: #AAF960;
}
.BgClassName
{
background-color: #AAF960;
}
</style>
border-color css
<style>
span { border-color: #AAF960; }
span { border-color: rgb(170,249,96); }
td.TdClassName
{
border-color: #AAF960;
}
.TagClassName
{
border-color: #AAF960;
}
</style>