Shades of Feijoa #AAEF83
Tints of Feijoa #AAEF83
RGB
CMYK
RGB Variations
Color information
#AAEF83 (or 0xAAEF83) is known color: Feijoa. HEX triplet: AA, EF and 83. RGB value is (170,239,131). Sum of RGB (Red+Green+Blue) = 170+239+131=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEF83 is #55107C. Grayscale: #CECECE. Windows color (decimal): -5574781 or 8646570. OLE color: 8646570.
HSL color Cylindrical-coordinate representation of color #AAEF83: hue angle of 98.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAEF83 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 131 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.06 |
| HSL | 98.33º | 0.77% | 0.73% | - |
| HSV(B) | 98.33º | 0.45% | 0.94% | - |
| XYZ | 51.54 | 71.92 | 32.64 | - |
| YUV | 206.06 | 85.64 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 131 | 0.29 | 0 | 0.45 | 0.06 | 98.33 | 0.77 | 0.73 |
| Hex | AA | EF | 83 | 1D | 0 | 2D | 6 | 62 | 4D | 49 |
| Octal | 252 | 357 | 203 | 35 | 0 | 55 | 6 | 142 | 115 | 111 |
| Binary | 10101010 | 11101111 | 10000011 | 11101 | 0 | 101101 | 110 | 1100010 | 1001101 | 1001001 |
Color Harmonies of #AAEF83
Complementary color
Monochromatic Colors of #AAEF83
Black with #AAEF83
Text Example
Text Example
White with #AAEF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEF83; }
p { color: rgb(170,239,131); }
H1.HeaderClassName
{
color: #AAEF83;
}
.AnyTagClassName
{
color: #AAEF83;
}
</style>
background-color css
<style>
a { background-color: #AAEF83; }
a { background-color: rgb(170,239,131); }
div.DivClassName
{
background-color: #AAEF83;
}
.BgClassName
{
background-color: #AAEF83;
}
</style>
border-color css
<style>
span { border-color: #AAEF83; }
span { border-color: rgb(170,239,131); }
td.TdClassName
{
border-color: #AAEF83;
}
.TagClassName
{
border-color: #AAEF83;
}
</style>