Shades of Feijoa #AAF66D
Tints of Feijoa #AAF66D
RGB
CMYK
RGB Variations
Color information
#AAF66D (or 0xAAF66D) is known color: Feijoa. HEX triplet: AA, F6 and 6D. RGB value is (170,246,109). Sum of RGB (Red+Green+Blue) = 170+246+109=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF66D is #550992. Grayscale: #D0D0D0. Windows color (decimal): -5573011 or 7206570. OLE color: 7206570.
HSL color Cylindrical-coordinate representation of color #AAF66D: hue angle of 93.28º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAF66D is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 109 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.04 |
| HSL | 93.28º | 0.88% | 0.7% | - |
| HSV(B) | 93.28º | 0.56% | 0.96% | - |
| XYZ | 52.29 | 75.56 | 26.3 | - |
| YUV | 207.66 | 72.32 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 109 | 0.31 | 0 | 0.56 | 0.04 | 93.28 | 0.88 | 0.7 |
| Hex | AA | F6 | 6D | 1F | 0 | 38 | 4 | 5D | 58 | 46 |
| Octal | 252 | 366 | 155 | 37 | 0 | 70 | 4 | 135 | 130 | 106 |
| Binary | 10101010 | 11110110 | 1101101 | 11111 | 0 | 111000 | 100 | 1011101 | 1011000 | 1000110 |
Color Harmonies of #AAF66D
Complementary color
Monochromatic Colors of #AAF66D
Black with #AAF66D
Text Example
Text Example
White with #AAF66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF66D; }
p { color: rgb(170,246,109); }
H1.HeaderClassName
{
color: #AAF66D;
}
.AnyTagClassName
{
color: #AAF66D;
}
</style>
background-color css
<style>
a { background-color: #AAF66D; }
a { background-color: rgb(170,246,109); }
div.DivClassName
{
background-color: #AAF66D;
}
.BgClassName
{
background-color: #AAF66D;
}
</style>
border-color css
<style>
span { border-color: #AAF66D; }
span { border-color: rgb(170,246,109); }
td.TdClassName
{
border-color: #AAF66D;
}
.TagClassName
{
border-color: #AAF66D;
}
</style>