Shades of Feijoa #AAE66F
Tints of Feijoa #AAE66F
RGB
CMYK
RGB Variations
Color information
#AAE66F (or 0xAAE66F) is known color: Feijoa. HEX triplet: AA, E6 and 6F. RGB value is (170,230,111). Sum of RGB (Red+Green+Blue) = 170+230+111=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE66F is #551990. Grayscale: #C6C6C6. Windows color (decimal): -5577105 or 7333546. OLE color: 7333546.
HSL color Cylindrical-coordinate representation of color #AAE66F: hue angle of 90.25º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAE66F is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 111 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.10 |
| HSL | 90.25º | 0.7% | 0.67% | - |
| HSV(B) | 90.25º | 0.52% | 0.9% | - |
| XYZ | 47.74 | 66.29 | 25.32 | - |
| YUV | 198.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 111 | 0.26 | 0 | 0.52 | 0.10 | 90.25 | 0.7 | 0.67 |
| Hex | AA | E6 | 6F | 1A | 0 | 34 | A | 5A | 46 | 43 |
| Octal | 252 | 346 | 157 | 32 | 0 | 64 | 12 | 132 | 106 | 103 |
| Binary | 10101010 | 11100110 | 1101111 | 11010 | 0 | 110100 | 1010 | 1011010 | 1000110 | 1000011 |
Color Harmonies of #AAE66F
Complementary color
Monochromatic Colors of #AAE66F
Black with #AAE66F
Text Example
Text Example
White with #AAE66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE66F; }
p { color: rgb(170,230,111); }
H1.HeaderClassName
{
color: #AAE66F;
}
.AnyTagClassName
{
color: #AAE66F;
}
</style>
background-color css
<style>
a { background-color: #AAE66F; }
a { background-color: rgb(170,230,111); }
div.DivClassName
{
background-color: #AAE66F;
}
.BgClassName
{
background-color: #AAE66F;
}
</style>
border-color css
<style>
span { border-color: #AAE66F; }
span { border-color: rgb(170,230,111); }
td.TdClassName
{
border-color: #AAE66F;
}
.TagClassName
{
border-color: #AAE66F;
}
</style>