Shades of Feijoa #AEE28A
Tints of Feijoa #AEE28A
RGB
CMYK
RGB Variations
Color information
#AEE28A (or 0xAEE28A) is known color: Feijoa. HEX triplet: AE, E2 and 8A. RGB value is (174,226,138). Sum of RGB (Red+Green+Blue) = 174+226+138=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE28A is #511D75. Grayscale: #C8C8C8. Windows color (decimal): -5315958 or 9101998. OLE color: 9101998.
HSL color Cylindrical-coordinate representation of color #AEE28A: hue angle of 95.45º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEE28A is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 138 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.11 |
| HSL | 95.45º | 0.6% | 0.71% | - |
| HSV(B) | 95.45º | 0.39% | 0.89% | - |
| XYZ | 49.24 | 65.23 | 34.04 | - |
| YUV | 200.42 | 92.77 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 138 | 0.23 | 0 | 0.39 | 0.11 | 95.45 | 0.6 | 0.71 |
| Hex | AE | E2 | 8A | 17 | 0 | 27 | B | 5F | 3C | 47 |
| Octal | 256 | 342 | 212 | 27 | 0 | 47 | 13 | 137 | 74 | 107 |
| Binary | 10101110 | 11100010 | 10001010 | 10111 | 0 | 100111 | 1011 | 1011111 | 111100 | 1000111 |
Color Harmonies of #AEE28A
Complementary color
Monochromatic Colors of #AEE28A
Black with #AEE28A
Text Example
Text Example
White with #AEE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE28A; }
p { color: rgb(174,226,138); }
H1.HeaderClassName
{
color: #AEE28A;
}
.AnyTagClassName
{
color: #AEE28A;
}
</style>
background-color css
<style>
a { background-color: #AEE28A; }
a { background-color: rgb(174,226,138); }
div.DivClassName
{
background-color: #AEE28A;
}
.BgClassName
{
background-color: #AEE28A;
}
</style>
border-color css
<style>
span { border-color: #AEE28A; }
span { border-color: rgb(174,226,138); }
td.TdClassName
{
border-color: #AEE28A;
}
.TagClassName
{
border-color: #AEE28A;
}
</style>