Shades of Feijoa #AAF06D
Tints of Feijoa #AAF06D
RGB
CMYK
RGB Variations
Color information
#AAF06D (or 0xAAF06D) is known color: Feijoa. HEX triplet: AA, F0 and 6D. RGB value is (170,240,109). Sum of RGB (Red+Green+Blue) = 170+240+109=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF06D is #550F92. Grayscale: #CCCCCC. Windows color (decimal): -5574547 or 7205034. OLE color: 7205034.
HSL color Cylindrical-coordinate representation of color #AAF06D: hue angle of 92.06º 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 #AAF06D is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 109 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.06 |
| HSL | 92.06º | 0.81% | 0.68% | - |
| HSV(B) | 92.06º | 0.55% | 0.94% | - |
| XYZ | 50.5 | 71.97 | 25.7 | - |
| YUV | 204.14 | 74.31 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 109 | 0.29 | 0 | 0.55 | 0.06 | 92.06 | 0.81 | 0.68 |
| Hex | AA | F0 | 6D | 1D | 0 | 37 | 6 | 5C | 51 | 44 |
| Octal | 252 | 360 | 155 | 35 | 0 | 67 | 6 | 134 | 121 | 104 |
| Binary | 10101010 | 11110000 | 1101101 | 11101 | 0 | 110111 | 110 | 1011100 | 1010001 | 1000100 |
Color Harmonies of #AAF06D
Complementary color
Monochromatic Colors of #AAF06D
Black with #AAF06D
Text Example
Text Example
White with #AAF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF06D; }
p { color: rgb(170,240,109); }
H1.HeaderClassName
{
color: #AAF06D;
}
.AnyTagClassName
{
color: #AAF06D;
}
</style>
background-color css
<style>
a { background-color: #AAF06D; }
a { background-color: rgb(170,240,109); }
div.DivClassName
{
background-color: #AAF06D;
}
.BgClassName
{
background-color: #AAF06D;
}
</style>
border-color css
<style>
span { border-color: #AAF06D; }
span { border-color: rgb(170,240,109); }
td.TdClassName
{
border-color: #AAF06D;
}
.TagClassName
{
border-color: #AAF06D;
}
</style>