Shades of Feijoa #AAE680
Tints of Feijoa #AAE680
RGB
CMYK
RGB Variations
Color information
#AAE680 (or 0xAAE680) is known color: Feijoa. HEX triplet: AA, E6 and 80. RGB value is (170,230,128). Sum of RGB (Red+Green+Blue) = 170+230+128=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE680 is #55197F. Grayscale: #C8C8C8. Windows color (decimal): -5577088 or 8447658. OLE color: 8447658.
HSL color Cylindrical-coordinate representation of color #AAE680: hue angle of 95.29º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAE680 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 128 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.10 |
| HSL | 95.29º | 0.67% | 0.7% | - |
| HSV(B) | 95.29º | 0.44% | 0.9% | - |
| XYZ | 48.77 | 66.7 | 30.73 | - |
| YUV | 200.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 128 | 0.26 | 0 | 0.44 | 0.10 | 95.29 | 0.67 | 0.7 |
| Hex | AA | E6 | 80 | 1A | 0 | 2C | A | 5F | 43 | 46 |
| Octal | 252 | 346 | 200 | 32 | 0 | 54 | 12 | 137 | 103 | 106 |
| Binary | 10101010 | 11100110 | 10000000 | 11010 | 0 | 101100 | 1010 | 1011111 | 1000011 | 1000110 |
Color Harmonies of #AAE680
Complementary color
Monochromatic Colors of #AAE680
Black with #AAE680
Text Example
Text Example
White with #AAE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE680; }
p { color: rgb(170,230,128); }
H1.HeaderClassName
{
color: #AAE680;
}
.AnyTagClassName
{
color: #AAE680;
}
</style>
background-color css
<style>
a { background-color: #AAE680; }
a { background-color: rgb(170,230,128); }
div.DivClassName
{
background-color: #AAE680;
}
.BgClassName
{
background-color: #AAE680;
}
</style>
border-color css
<style>
span { border-color: #AAE680; }
span { border-color: rgb(170,230,128); }
td.TdClassName
{
border-color: #AAE680;
}
.TagClassName
{
border-color: #AAE680;
}
</style>