Shades of Feijoa #AEE28C
Tints of Feijoa #AEE28C
RGB
CMYK
RGB Variations
Color information
#AEE28C (or 0xAEE28C) is known color: Feijoa. HEX triplet: AE, E2 and 8C. RGB value is (174,226,140). Sum of RGB (Red+Green+Blue) = 174+226+140=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE28C is #511D73. Grayscale: #C8C8C8. Windows color (decimal): -5315956 or 9233070. OLE color: 9233070.
HSL color Cylindrical-coordinate representation of color #AEE28C: hue angle of 96.28º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEE28C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 140 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.11 |
| HSL | 96.28º | 0.6% | 0.72% | - |
| HSV(B) | 96.28º | 0.38% | 0.89% | - |
| XYZ | 49.39 | 65.28 | 34.81 | - |
| YUV | 200.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 140 | 0.23 | 0 | 0.38 | 0.11 | 96.28 | 0.6 | 0.72 |
| Hex | AE | E2 | 8C | 17 | 0 | 26 | B | 60 | 3C | 48 |
| Octal | 256 | 342 | 214 | 27 | 0 | 46 | 13 | 140 | 74 | 110 |
| Binary | 10101110 | 11100010 | 10001100 | 10111 | 0 | 100110 | 1011 | 1100000 | 111100 | 1001000 |
Color Harmonies of #AEE28C
Complementary color
Monochromatic Colors of #AEE28C
Black with #AEE28C
Text Example
Text Example
White with #AEE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE28C; }
p { color: rgb(174,226,140); }
H1.HeaderClassName
{
color: #AEE28C;
}
.AnyTagClassName
{
color: #AEE28C;
}
</style>
background-color css
<style>
a { background-color: #AEE28C; }
a { background-color: rgb(174,226,140); }
div.DivClassName
{
background-color: #AEE28C;
}
.BgClassName
{
background-color: #AEE28C;
}
</style>
border-color css
<style>
span { border-color: #AEE28C; }
span { border-color: rgb(174,226,140); }
td.TdClassName
{
border-color: #AEE28C;
}
.TagClassName
{
border-color: #AEE28C;
}
</style>