Shades of Feijoa #AEE381
Tints of Feijoa #AEE381
RGB
CMYK
RGB Variations
Color information
#AEE381 (or 0xAEE381) is known color: Feijoa. HEX triplet: AE, E3 and 81. RGB value is (174,227,129). Sum of RGB (Red+Green+Blue) = 174+227+129=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE381 is #511C7E. Grayscale: #C8C8C8. Windows color (decimal): -5315711 or 8512430. OLE color: 8512430.
HSL color Cylindrical-coordinate representation of color #AEE381: hue angle of 92.45º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEE381 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 227 | 129 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.11 |
| HSL | 92.45º | 0.64% | 0.7% | - |
| HSV(B) | 92.45º | 0.43% | 0.89% | - |
| XYZ | 48.89 | 65.52 | 30.84 | - |
| YUV | 199.98 | 87.94 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 227 | 129 | 0.23 | 0 | 0.43 | 0.11 | 92.45 | 0.64 | 0.7 |
| Hex | AE | E3 | 81 | 17 | 0 | 2B | B | 5C | 40 | 46 |
| Octal | 256 | 343 | 201 | 27 | 0 | 53 | 13 | 134 | 100 | 106 |
| Binary | 10101110 | 11100011 | 10000001 | 10111 | 0 | 101011 | 1011 | 1011100 | 1000000 | 1000110 |
Color Harmonies of #AEE381
Complementary color
Monochromatic Colors of #AEE381
Black with #AEE381
Text Example
Text Example
White with #AEE381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE381; }
p { color: rgb(174,227,129); }
H1.HeaderClassName
{
color: #AEE381;
}
.AnyTagClassName
{
color: #AEE381;
}
</style>
background-color css
<style>
a { background-color: #AEE381; }
a { background-color: rgb(174,227,129); }
div.DivClassName
{
background-color: #AEE381;
}
.BgClassName
{
background-color: #AEE381;
}
</style>
border-color css
<style>
span { border-color: #AEE381; }
span { border-color: rgb(174,227,129); }
td.TdClassName
{
border-color: #AEE381;
}
.TagClassName
{
border-color: #AEE381;
}
</style>