Shades of Feijoa #AEE27E
Tints of Feijoa #AEE27E
RGB
CMYK
RGB Variations
Color information
#AEE27E (or 0xAEE27E) is known color: Feijoa. HEX triplet: AE, E2 and 7E. RGB value is (174,226,126). Sum of RGB (Red+Green+Blue) = 174+226+126=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE27E is #511D81. Grayscale: #C7C7C7. Windows color (decimal): -5315970 or 8315566. OLE color: 8315566.
HSL color Cylindrical-coordinate representation of color #AEE27E: hue angle of 91.2º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEE27E is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 126 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.11 |
| HSL | 91.2º | 0.63% | 0.69% | - |
| HSV(B) | 91.2º | 0.44% | 0.89% | - |
| XYZ | 48.42 | 64.9 | 29.71 | - |
| YUV | 199.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 126 | 0.23 | 0 | 0.44 | 0.11 | 91.2 | 0.63 | 0.69 |
| Hex | AE | E2 | 7E | 17 | 0 | 2C | B | 5B | 3F | 45 |
| Octal | 256 | 342 | 176 | 27 | 0 | 54 | 13 | 133 | 77 | 105 |
| Binary | 10101110 | 11100010 | 1111110 | 10111 | 0 | 101100 | 1011 | 1011011 | 111111 | 1000101 |
Color Harmonies of #AEE27E
Complementary color
Monochromatic Colors of #AEE27E
Black with #AEE27E
Text Example
Text Example
White with #AEE27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE27E; }
p { color: rgb(174,226,126); }
H1.HeaderClassName
{
color: #AEE27E;
}
.AnyTagClassName
{
color: #AEE27E;
}
</style>
background-color css
<style>
a { background-color: #AEE27E; }
a { background-color: rgb(174,226,126); }
div.DivClassName
{
background-color: #AEE27E;
}
.BgClassName
{
background-color: #AEE27E;
}
</style>
border-color css
<style>
span { border-color: #AEE27E; }
span { border-color: rgb(174,226,126); }
td.TdClassName
{
border-color: #AEE27E;
}
.TagClassName
{
border-color: #AEE27E;
}
</style>