Shades of Conifer #AAFF66
Tints of Conifer #AAFF66
RGB
CMYK
RGB Variations
Color information
#AAFF66 (or 0xAAFF66) is known color: Conifer. HEX triplet: AA, FF and 66. RGB value is (170,255,102). Sum of RGB (Red+Green+Blue) = 170+255+102=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF66 is #550099. Grayscale: #D4D4D4. Windows color (decimal): -5570714 or 6750122. OLE color: 6750122.
HSL color Cylindrical-coordinate representation of color #AAFF66: hue angle of 93.33º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAFF66 is Cyan = 0.33, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 102 | - |
| CMYK | 0.33 | 0 | 0.6 | 0 |
| HSL | 93.33º | 1% | 0.7% | - |
| HSV(B) | 93.33º | 0.6% | 1% | - |
| XYZ | 54.74 | 81.03 | 25.32 | - |
| YUV | 212.14 | 65.84 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 102 | 0.33 | 0 | 0.6 | 0 | 93.33 | 1 | 0.7 |
| Hex | AA | FF | 66 | 21 | 0 | 3C | 0 | 5D | 64 | 46 |
| Octal | 252 | 377 | 146 | 41 | 0 | 74 | 0 | 135 | 144 | 106 |
| Binary | 10101010 | 11111111 | 1100110 | 100001 | 0 | 111100 | 0 | 1011101 | 1100100 | 1000110 |
Color Harmonies of #AAFF66
Complementary color
Monochromatic Colors of #AAFF66
Black with #AAFF66
Text Example
Text Example
White with #AAFF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF66; }
p { color: rgb(170,255,102); }
H1.HeaderClassName
{
color: #AAFF66;
}
.AnyTagClassName
{
color: #AAFF66;
}
</style>
background-color css
<style>
a { background-color: #AAFF66; }
a { background-color: rgb(170,255,102); }
div.DivClassName
{
background-color: #AAFF66;
}
.BgClassName
{
background-color: #AAFF66;
}
</style>
border-color css
<style>
span { border-color: #AAFF66; }
span { border-color: rgb(170,255,102); }
td.TdClassName
{
border-color: #AAFF66;
}
.TagClassName
{
border-color: #AAFF66;
}
</style>