Shades of Feijoa #AEE27C
Tints of Feijoa #AEE27C
RGB
CMYK
RGB Variations
Color information
#AEE27C (or 0xAEE27C) is known color: Feijoa. HEX triplet: AE, E2 and 7C. RGB value is (174,226,124). Sum of RGB (Red+Green+Blue) = 174+226+124=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE27C is #511D83. Grayscale: #C7C7C7. Windows color (decimal): -5315972 or 8184494. OLE color: 8184494.
HSL color Cylindrical-coordinate representation of color #AEE27C: hue angle of 90.59º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEE27C is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 124 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.11 |
| HSL | 90.59º | 0.64% | 0.69% | - |
| HSV(B) | 90.59º | 0.45% | 0.89% | - |
| XYZ | 48.29 | 64.85 | 29.04 | - |
| YUV | 198.82 | 85.77 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 124 | 0.23 | 0 | 0.45 | 0.11 | 90.59 | 0.64 | 0.69 |
| Hex | AE | E2 | 7C | 17 | 0 | 2D | B | 5B | 40 | 45 |
| Octal | 256 | 342 | 174 | 27 | 0 | 55 | 13 | 133 | 100 | 105 |
| Binary | 10101110 | 11100010 | 1111100 | 10111 | 0 | 101101 | 1011 | 1011011 | 1000000 | 1000101 |
Color Harmonies of #AEE27C
Complementary color
Monochromatic Colors of #AEE27C
Black with #AEE27C
Text Example
Text Example
White with #AEE27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE27C; }
p { color: rgb(174,226,124); }
H1.HeaderClassName
{
color: #AEE27C;
}
.AnyTagClassName
{
color: #AEE27C;
}
</style>
background-color css
<style>
a { background-color: #AEE27C; }
a { background-color: rgb(174,226,124); }
div.DivClassName
{
background-color: #AEE27C;
}
.BgClassName
{
background-color: #AEE27C;
}
</style>
border-color css
<style>
span { border-color: #AEE27C; }
span { border-color: rgb(174,226,124); }
td.TdClassName
{
border-color: #AEE27C;
}
.TagClassName
{
border-color: #AEE27C;
}
</style>