Shades of Feijoa #AEE283
Tints of Feijoa #AEE283
RGB
CMYK
RGB Variations
Color information
#AEE283 (or 0xAEE283) is known color: Feijoa. HEX triplet: AE, E2 and 83. RGB value is (174,226,131). Sum of RGB (Red+Green+Blue) = 174+226+131=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE283 is #511D7C. Grayscale: #C7C7C7. Windows color (decimal): -5315965 or 8643246. OLE color: 8643246.
HSL color Cylindrical-coordinate representation of color #AEE283: hue angle of 92.84º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEE283 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 131 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.11 |
| HSL | 92.84º | 0.62% | 0.7% | - |
| HSV(B) | 92.84º | 0.42% | 0.89% | - |
| XYZ | 48.75 | 65.03 | 31.46 | - |
| YUV | 199.62 | 89.27 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 131 | 0.23 | 0 | 0.42 | 0.11 | 92.84 | 0.62 | 0.7 |
| Hex | AE | E2 | 83 | 17 | 0 | 2A | B | 5D | 3E | 46 |
| Octal | 256 | 342 | 203 | 27 | 0 | 52 | 13 | 135 | 76 | 106 |
| Binary | 10101110 | 11100010 | 10000011 | 10111 | 0 | 101010 | 1011 | 1011101 | 111110 | 1000110 |
Color Harmonies of #AEE283
Complementary color
Monochromatic Colors of #AEE283
Black with #AEE283
Text Example
Text Example
White with #AEE283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE283; }
p { color: rgb(174,226,131); }
H1.HeaderClassName
{
color: #AEE283;
}
.AnyTagClassName
{
color: #AEE283;
}
</style>
background-color css
<style>
a { background-color: #AEE283; }
a { background-color: rgb(174,226,131); }
div.DivClassName
{
background-color: #AEE283;
}
.BgClassName
{
background-color: #AEE283;
}
</style>
border-color css
<style>
span { border-color: #AEE283; }
span { border-color: rgb(174,226,131); }
td.TdClassName
{
border-color: #AEE283;
}
.TagClassName
{
border-color: #AEE283;
}
</style>