Shades of Feijoa #AAE67F
Tints of Feijoa #AAE67F
RGB
CMYK
RGB Variations
Color information
#AAE67F (or 0xAAE67F) is known color: Feijoa. HEX triplet: AA, E6 and 7F. RGB value is (170,230,127). Sum of RGB (Red+Green+Blue) = 170+230+127=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE67F is #551980. Grayscale: #C8C8C8. Windows color (decimal): -5577089 or 8382122. OLE color: 8382122.
HSL color Cylindrical-coordinate representation of color #AAE67F: hue angle of 94.95º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAE67F is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 127 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.10 |
| HSL | 94.95º | 0.67% | 0.7% | - |
| HSV(B) | 94.95º | 0.45% | 0.9% | - |
| XYZ | 48.71 | 66.67 | 30.38 | - |
| YUV | 200.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 127 | 0.26 | 0 | 0.45 | 0.10 | 94.95 | 0.67 | 0.7 |
| Hex | AA | E6 | 7F | 1A | 0 | 2D | A | 5F | 43 | 46 |
| Octal | 252 | 346 | 177 | 32 | 0 | 55 | 12 | 137 | 103 | 106 |
| Binary | 10101010 | 11100110 | 1111111 | 11010 | 0 | 101101 | 1010 | 1011111 | 1000011 | 1000110 |
Color Harmonies of #AAE67F
Complementary color
Monochromatic Colors of #AAE67F
Black with #AAE67F
Text Example
Text Example
White with #AAE67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE67F; }
p { color: rgb(170,230,127); }
H1.HeaderClassName
{
color: #AAE67F;
}
.AnyTagClassName
{
color: #AAE67F;
}
</style>
background-color css
<style>
a { background-color: #AAE67F; }
a { background-color: rgb(170,230,127); }
div.DivClassName
{
background-color: #AAE67F;
}
.BgClassName
{
background-color: #AAE67F;
}
</style>
border-color css
<style>
span { border-color: #AAE67F; }
span { border-color: rgb(170,230,127); }
td.TdClassName
{
border-color: #AAE67F;
}
.TagClassName
{
border-color: #AAE67F;
}
</style>