Shades of Feijoa #AAE68A
Tints of Feijoa #AAE68A
RGB
CMYK
RGB Variations
Color information
#AAE68A (or 0xAAE68A) is known color: Feijoa. HEX triplet: AA, E6 and 8A. RGB value is (170,230,138). Sum of RGB (Red+Green+Blue) = 170+230+138=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE68A is #551975. Grayscale: #C9C9C9. Windows color (decimal): -5577078 or 9103018. OLE color: 9103018.
HSL color Cylindrical-coordinate representation of color #AAE68A: hue angle of 99.13º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAE68A is Cyan = 0.26, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 138 | - |
| CMYK | 0.26 | 0 | 0.4 | 0.10 |
| HSL | 99.13º | 0.65% | 0.72% | - |
| HSV(B) | 99.13º | 0.4% | 0.9% | - |
| XYZ | 49.46 | 66.97 | 34.37 | - |
| YUV | 201.57 | 92.12 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 138 | 0.26 | 0 | 0.4 | 0.10 | 99.13 | 0.65 | 0.72 |
| Hex | AA | E6 | 8A | 1A | 0 | 28 | A | 63 | 41 | 48 |
| Octal | 252 | 346 | 212 | 32 | 0 | 50 | 12 | 143 | 101 | 110 |
| Binary | 10101010 | 11100110 | 10001010 | 11010 | 0 | 101000 | 1010 | 1100011 | 1000001 | 1001000 |
Color Harmonies of #AAE68A
Complementary color
Monochromatic Colors of #AAE68A
Black with #AAE68A
Text Example
Text Example
White with #AAE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE68A; }
p { color: rgb(170,230,138); }
H1.HeaderClassName
{
color: #AAE68A;
}
.AnyTagClassName
{
color: #AAE68A;
}
</style>
background-color css
<style>
a { background-color: #AAE68A; }
a { background-color: rgb(170,230,138); }
div.DivClassName
{
background-color: #AAE68A;
}
.BgClassName
{
background-color: #AAE68A;
}
</style>
border-color css
<style>
span { border-color: #AAE68A; }
span { border-color: rgb(170,230,138); }
td.TdClassName
{
border-color: #AAE68A;
}
.TagClassName
{
border-color: #AAE68A;
}
</style>