Shades of Feijoa #AEE082
Tints of Feijoa #AEE082
RGB
CMYK
RGB Variations
Color information
#AEE082 (or 0xAEE082) is known color: Feijoa. HEX triplet: AE, E0 and 82. RGB value is (174,224,130). Sum of RGB (Red+Green+Blue) = 174+224+130=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE082 is #511F7D. Grayscale: #C6C6C6. Windows color (decimal): -5316478 or 8577198. OLE color: 8577198.
HSL color Cylindrical-coordinate representation of color #AEE082: hue angle of 91.91º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEE082 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 130 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.12 |
| HSL | 91.91º | 0.6% | 0.69% | - |
| HSV(B) | 91.91º | 0.42% | 0.88% | - |
| XYZ | 48.14 | 63.92 | 30.92 | - |
| YUV | 198.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 130 | 0.22 | 0 | 0.42 | 0.12 | 91.91 | 0.6 | 0.69 |
| Hex | AE | E0 | 82 | 16 | 0 | 2A | C | 5C | 3C | 45 |
| Octal | 256 | 340 | 202 | 26 | 0 | 52 | 14 | 134 | 74 | 105 |
| Binary | 10101110 | 11100000 | 10000010 | 10110 | 0 | 101010 | 1100 | 1011100 | 111100 | 1000101 |
Color Harmonies of #AEE082
Complementary color
Monochromatic Colors of #AEE082
Black with #AEE082
Text Example
Text Example
White with #AEE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE082; }
p { color: rgb(174,224,130); }
H1.HeaderClassName
{
color: #AEE082;
}
.AnyTagClassName
{
color: #AEE082;
}
</style>
background-color css
<style>
a { background-color: #AEE082; }
a { background-color: rgb(174,224,130); }
div.DivClassName
{
background-color: #AEE082;
}
.BgClassName
{
background-color: #AEE082;
}
</style>
border-color css
<style>
span { border-color: #AEE082; }
span { border-color: rgb(174,224,130); }
td.TdClassName
{
border-color: #AEE082;
}
.TagClassName
{
border-color: #AEE082;
}
</style>