Shades of Feijoa #AEE58A
Tints of Feijoa #AEE58A
RGB
CMYK
RGB Variations
Color information
#AEE58A (or 0xAEE58A) is known color: Feijoa. HEX triplet: AE, E5 and 8A. RGB value is (174,229,138). Sum of RGB (Red+Green+Blue) = 174+229+138=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE58A is #511A75. Grayscale: #CACACA. Windows color (decimal): -5315190 or 9102766. OLE color: 9102766.
HSL color Cylindrical-coordinate representation of color #AEE58A: hue angle of 96.26º degrees, saturation: 0.64, 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 #AEE58A is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 138 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.10 |
| HSL | 96.26º | 0.64% | 0.72% | - |
| HSV(B) | 96.26º | 0.4% | 0.9% | - |
| XYZ | 50.06 | 66.87 | 34.31 | - |
| YUV | 202.18 | 91.78 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 138 | 0.24 | 0 | 0.40 | 0.10 | 96.26 | 0.64 | 0.72 |
| Hex | AE | E5 | 8A | 18 | 0 | 28 | A | 60 | 40 | 48 |
| Octal | 256 | 345 | 212 | 30 | 0 | 50 | 12 | 140 | 100 | 110 |
| Binary | 10101110 | 11100101 | 10001010 | 11000 | 0 | 101000 | 1010 | 1100000 | 1000000 | 1001000 |
Color Harmonies of #AEE58A
Complementary color
Monochromatic Colors of #AEE58A
Black with #AEE58A
Text Example
Text Example
White with #AEE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE58A; }
p { color: rgb(174,229,138); }
H1.HeaderClassName
{
color: #AEE58A;
}
.AnyTagClassName
{
color: #AEE58A;
}
</style>
background-color css
<style>
a { background-color: #AEE58A; }
a { background-color: rgb(174,229,138); }
div.DivClassName
{
background-color: #AEE58A;
}
.BgClassName
{
background-color: #AEE58A;
}
</style>
border-color css
<style>
span { border-color: #AEE58A; }
span { border-color: rgb(174,229,138); }
td.TdClassName
{
border-color: #AEE58A;
}
.TagClassName
{
border-color: #AEE58A;
}
</style>