Shades of Feijoa #AAF06C
Tints of Feijoa #AAF06C
RGB
CMYK
RGB Variations
Color information
#AAF06C (or 0xAAF06C) is known color: Feijoa. HEX triplet: AA, F0 and 6C. RGB value is (170,240,108). Sum of RGB (Red+Green+Blue) = 170+240+108=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF06C is #550F93. Grayscale: #CCCCCC. Windows color (decimal): -5574548 or 7139498. OLE color: 7139498.
HSL color Cylindrical-coordinate representation of color #AAF06C: hue angle of 91.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAF06C is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 108 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.06 |
| HSL | 91.82º | 0.81% | 0.68% | - |
| HSV(B) | 91.82º | 0.55% | 0.94% | - |
| XYZ | 50.44 | 71.95 | 25.42 | - |
| YUV | 204.02 | 73.81 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 108 | 0.29 | 0 | 0.55 | 0.06 | 91.82 | 0.81 | 0.68 |
| Hex | AA | F0 | 6C | 1D | 0 | 37 | 6 | 5C | 51 | 44 |
| Octal | 252 | 360 | 154 | 35 | 0 | 67 | 6 | 134 | 121 | 104 |
| Binary | 10101010 | 11110000 | 1101100 | 11101 | 0 | 110111 | 110 | 1011100 | 1010001 | 1000100 |
Color Harmonies of #AAF06C
Complementary color
Monochromatic Colors of #AAF06C
Black with #AAF06C
Text Example
Text Example
White with #AAF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF06C; }
p { color: rgb(170,240,108); }
H1.HeaderClassName
{
color: #AAF06C;
}
.AnyTagClassName
{
color: #AAF06C;
}
</style>
background-color css
<style>
a { background-color: #AAF06C; }
a { background-color: rgb(170,240,108); }
div.DivClassName
{
background-color: #AAF06C;
}
.BgClassName
{
background-color: #AAF06C;
}
</style>
border-color css
<style>
span { border-color: #AAF06C; }
span { border-color: rgb(170,240,108); }
td.TdClassName
{
border-color: #AAF06C;
}
.TagClassName
{
border-color: #AAF06C;
}
</style>