Shades of Feijoa #AAE674
Tints of Feijoa #AAE674
RGB
CMYK
RGB Variations
Color information
#AAE674 (or 0xAAE674) is known color: Feijoa. HEX triplet: AA, E6 and 74. RGB value is (170,230,116). Sum of RGB (Red+Green+Blue) = 170+230+116=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE674 is #55198B. Grayscale: #C7C7C7. Windows color (decimal): -5577100 or 7661226. OLE color: 7661226.
HSL color Cylindrical-coordinate representation of color #AAE674: hue angle of 91.58º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE674 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 116 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.10 |
| HSL | 91.58º | 0.7% | 0.68% | - |
| HSV(B) | 91.58º | 0.5% | 0.9% | - |
| XYZ | 48.03 | 66.4 | 26.81 | - |
| YUV | 199.06 | 81.12 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 116 | 0.26 | 0 | 0.50 | 0.10 | 91.58 | 0.7 | 0.68 |
| Hex | AA | E6 | 74 | 1A | 0 | 32 | A | 5C | 46 | 44 |
| Octal | 252 | 346 | 164 | 32 | 0 | 62 | 12 | 134 | 106 | 104 |
| Binary | 10101010 | 11100110 | 1110100 | 11010 | 0 | 110010 | 1010 | 1011100 | 1000110 | 1000100 |
Color Harmonies of #AAE674
Complementary color
Monochromatic Colors of #AAE674
Black with #AAE674
Text Example
Text Example
White with #AAE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE674; }
p { color: rgb(170,230,116); }
H1.HeaderClassName
{
color: #AAE674;
}
.AnyTagClassName
{
color: #AAE674;
}
</style>
background-color css
<style>
a { background-color: #AAE674; }
a { background-color: rgb(170,230,116); }
div.DivClassName
{
background-color: #AAE674;
}
.BgClassName
{
background-color: #AAE674;
}
</style>
border-color css
<style>
span { border-color: #AAE674; }
span { border-color: rgb(170,230,116); }
td.TdClassName
{
border-color: #AAE674;
}
.TagClassName
{
border-color: #AAE674;
}
</style>