Shades of Conifer #AAF766
Tints of Conifer #AAF766
RGB
CMYK
RGB Variations
Color information
#AAF766 (or 0xAAF766) is known color: Conifer. HEX triplet: AA, F7 and 66. RGB value is (170,247,102). Sum of RGB (Red+Green+Blue) = 170+247+102=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF766 is #550899. Grayscale: #CFCFCF. Windows color (decimal): -5572762 or 6748074. OLE color: 6748074.
HSL color Cylindrical-coordinate representation of color #AAF766: hue angle of 91.86º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAF766 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 102 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.03 |
| HSL | 91.86º | 0.9% | 0.68% | - |
| HSV(B) | 91.86º | 0.59% | 0.97% | - |
| XYZ | 52.24 | 76.03 | 24.49 | - |
| YUV | 207.45 | 68.49 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 102 | 0.31 | 0 | 0.59 | 0.03 | 91.86 | 0.9 | 0.68 |
| Hex | AA | F7 | 66 | 1F | 0 | 3B | 3 | 5C | 5A | 44 |
| Octal | 252 | 367 | 146 | 37 | 0 | 73 | 3 | 134 | 132 | 104 |
| Binary | 10101010 | 11110111 | 1100110 | 11111 | 0 | 111011 | 11 | 1011100 | 1011010 | 1000100 |
Color Harmonies of #AAF766
Complementary color
Monochromatic Colors of #AAF766
Black with #AAF766
Text Example
Text Example
White with #AAF766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF766; }
p { color: rgb(170,247,102); }
H1.HeaderClassName
{
color: #AAF766;
}
.AnyTagClassName
{
color: #AAF766;
}
</style>
background-color css
<style>
a { background-color: #AAF766; }
a { background-color: rgb(170,247,102); }
div.DivClassName
{
background-color: #AAF766;
}
.BgClassName
{
background-color: #AAF766;
}
</style>
border-color css
<style>
span { border-color: #AAF766; }
span { border-color: rgb(170,247,102); }
td.TdClassName
{
border-color: #AAF766;
}
.TagClassName
{
border-color: #AAF766;
}
</style>