Shades of Conifer #AAF966
Tints of Conifer #AAF966
RGB
CMYK
RGB Variations
Color information
#AAF966 (or 0xAAF966) is known color: Conifer. HEX triplet: AA, F9 and 66. RGB value is (170,249,102). Sum of RGB (Red+Green+Blue) = 170+249+102=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF966 is #550699. Grayscale: #D1D1D1. Windows color (decimal): -5572250 or 6748586. OLE color: 6748586.
HSL color Cylindrical-coordinate representation of color #AAF966: hue angle of 92.24º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAF966 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 102 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.02 |
| HSL | 92.24º | 0.92% | 0.69% | - |
| HSV(B) | 92.24º | 0.59% | 0.98% | - |
| XYZ | 52.85 | 77.26 | 24.7 | - |
| YUV | 208.62 | 67.83 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 102 | 0.32 | 0 | 0.59 | 0.02 | 92.24 | 0.92 | 0.69 |
| Hex | AA | F9 | 66 | 20 | 0 | 3B | 2 | 5C | 5C | 45 |
| Octal | 252 | 371 | 146 | 40 | 0 | 73 | 2 | 134 | 134 | 105 |
| Binary | 10101010 | 11111001 | 1100110 | 100000 | 0 | 111011 | 10 | 1011100 | 1011100 | 1000101 |
Color Harmonies of #AAF966
Complementary color
Monochromatic Colors of #AAF966
Black with #AAF966
Text Example
Text Example
White with #AAF966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF966; }
p { color: rgb(170,249,102); }
H1.HeaderClassName
{
color: #AAF966;
}
.AnyTagClassName
{
color: #AAF966;
}
</style>
background-color css
<style>
a { background-color: #AAF966; }
a { background-color: rgb(170,249,102); }
div.DivClassName
{
background-color: #AAF966;
}
.BgClassName
{
background-color: #AAF966;
}
</style>
border-color css
<style>
span { border-color: #AAF966; }
span { border-color: rgb(170,249,102); }
td.TdClassName
{
border-color: #AAF966;
}
.TagClassName
{
border-color: #AAF966;
}
</style>