Shades of Feijoa #AEF283
Tints of Feijoa #AEF283
RGB
CMYK
RGB Variations
Color information
#AEF283 (or 0xAEF283) is known color: Feijoa. HEX triplet: AE, F2 and 83. RGB value is (174,242,131). Sum of RGB (Red+Green+Blue) = 174+242+131=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF283 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF283 is #510D7C. Grayscale: #D1D1D1. Windows color (decimal): -5311869 or 8647342. OLE color: 8647342.
HSL color Cylindrical-coordinate representation of color #AEF283: hue angle of 96.76º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEF283 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 131 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.05 |
| HSL | 96.76º | 0.81% | 0.73% | - |
| HSV(B) | 96.76º | 0.46% | 0.95% | - |
| XYZ | 53.3 | 74.14 | 32.97 | - |
| YUV | 209.01 | 83.97 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 131 | 0.28 | 0 | 0.46 | 0.05 | 96.76 | 0.81 | 0.73 |
| Hex | AE | F2 | 83 | 1C | 0 | 2E | 5 | 61 | 51 | 49 |
| Octal | 256 | 362 | 203 | 34 | 0 | 56 | 5 | 141 | 121 | 111 |
| Binary | 10101110 | 11110010 | 10000011 | 11100 | 0 | 101110 | 101 | 1100001 | 1010001 | 1001001 |
Color Harmonies of #AEF283
Complementary color
Monochromatic Colors of #AEF283
Black with #AEF283
Text Example
Text Example
White with #AEF283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF283; }
p { color: rgb(174,242,131); }
H1.HeaderClassName
{
color: #AEF283;
}
.AnyTagClassName
{
color: #AEF283;
}
</style>
background-color css
<style>
a { background-color: #AEF283; }
a { background-color: rgb(174,242,131); }
div.DivClassName
{
background-color: #AEF283;
}
.BgClassName
{
background-color: #AEF283;
}
</style>
border-color css
<style>
span { border-color: #AEF283; }
span { border-color: rgb(174,242,131); }
td.TdClassName
{
border-color: #AEF283;
}
.TagClassName
{
border-color: #AEF283;
}
</style>