Shades of Feijoa #AEF380
Tints of Feijoa #AEF380
RGB
CMYK
RGB Variations
Color information
#AEF380 (or 0xAEF380) is known color: Feijoa. HEX triplet: AE, F3 and 80. RGB value is (174,243,128). Sum of RGB (Red+Green+Blue) = 174+243+128=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF380 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF380 is #510C7F. Grayscale: #D1D1D1. Windows color (decimal): -5311616 or 8450990. OLE color: 8450990.
HSL color Cylindrical-coordinate representation of color #AEF380: hue angle of 96º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEF380 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 128 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.05 |
| HSL | 96º | 0.83% | 0.73% | - |
| HSV(B) | 96º | 0.47% | 0.95% | - |
| XYZ | 53.4 | 74.66 | 32.02 | - |
| YUV | 209.26 | 82.14 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 128 | 0.28 | 0 | 0.47 | 0.05 | 96 | 0.83 | 0.73 |
| Hex | AE | F3 | 80 | 1C | 0 | 2F | 5 | 60 | 53 | 49 |
| Octal | 256 | 363 | 200 | 34 | 0 | 57 | 5 | 140 | 123 | 111 |
| Binary | 10101110 | 11110011 | 10000000 | 11100 | 0 | 101111 | 101 | 1100000 | 1010011 | 1001001 |
Color Harmonies of #AEF380
Complementary color
Monochromatic Colors of #AEF380
Black with #AEF380
Text Example
Text Example
White with #AEF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF380; }
p { color: rgb(174,243,128); }
H1.HeaderClassName
{
color: #AEF380;
}
.AnyTagClassName
{
color: #AEF380;
}
</style>
background-color css
<style>
a { background-color: #AEF380; }
a { background-color: rgb(174,243,128); }
div.DivClassName
{
background-color: #AEF380;
}
.BgClassName
{
background-color: #AEF380;
}
</style>
border-color css
<style>
span { border-color: #AEF380; }
span { border-color: rgb(174,243,128); }
td.TdClassName
{
border-color: #AEF380;
}
.TagClassName
{
border-color: #AEF380;
}
</style>