Shades of Conifer #AAF666
Tints of Conifer #AAF666
RGB
CMYK
RGB Variations
Color information
#AAF666 (or 0xAAF666) is known color: Conifer. HEX triplet: AA, F6 and 66. RGB value is (170,246,102). Sum of RGB (Red+Green+Blue) = 170+246+102=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF666 is #550999. Grayscale: #CFCFCF. Windows color (decimal): -5573018 or 6747818. OLE color: 6747818.
HSL color Cylindrical-coordinate representation of color #AAF666: hue angle of 91.67º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAF666 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 102 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.04 |
| HSL | 91.67º | 0.89% | 0.68% | - |
| HSV(B) | 91.67º | 0.59% | 0.96% | - |
| XYZ | 51.93 | 75.42 | 24.39 | - |
| YUV | 206.86 | 68.82 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 102 | 0.31 | 0 | 0.59 | 0.04 | 91.67 | 0.89 | 0.68 |
| Hex | AA | F6 | 66 | 1F | 0 | 3B | 4 | 5C | 59 | 44 |
| Octal | 252 | 366 | 146 | 37 | 0 | 73 | 4 | 134 | 131 | 104 |
| Binary | 10101010 | 11110110 | 1100110 | 11111 | 0 | 111011 | 100 | 1011100 | 1011001 | 1000100 |
Color Harmonies of #AAF666
Complementary color
Monochromatic Colors of #AAF666
Black with #AAF666
Text Example
Text Example
White with #AAF666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF666; }
p { color: rgb(170,246,102); }
H1.HeaderClassName
{
color: #AAF666;
}
.AnyTagClassName
{
color: #AAF666;
}
</style>
background-color css
<style>
a { background-color: #AAF666; }
a { background-color: rgb(170,246,102); }
div.DivClassName
{
background-color: #AAF666;
}
.BgClassName
{
background-color: #AAF666;
}
</style>
border-color css
<style>
span { border-color: #AAF666; }
span { border-color: rgb(170,246,102); }
td.TdClassName
{
border-color: #AAF666;
}
.TagClassName
{
border-color: #AAF666;
}
</style>