Shades of Feijoa #AEED8F
Tints of Feijoa #AEED8F
RGB
CMYK
RGB Variations
Color information
#AEED8F (or 0xAEED8F) is known color: Feijoa. HEX triplet: AE, ED and 8F. RGB value is (174,237,143). Sum of RGB (Red+Green+Blue) = 174+237+143=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEED8F is #511270. Grayscale: #CFCFCF. Windows color (decimal): -5313137 or 9432494. OLE color: 9432494.
HSL color Cylindrical-coordinate representation of color #AEED8F: hue angle of 100.21º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEED8F is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 143 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.07 |
| HSL | 100.21º | 0.72% | 0.75% | - |
| HSV(B) | 100.21º | 0.4% | 0.93% | - |
| XYZ | 52.7 | 71.55 | 37.02 | - |
| YUV | 207.45 | 91.63 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 143 | 0.27 | 0 | 0.40 | 0.07 | 100.21 | 0.72 | 0.75 |
| Hex | AE | ED | 8F | 1B | 0 | 28 | 7 | 64 | 48 | 4B |
| Octal | 256 | 355 | 217 | 33 | 0 | 50 | 7 | 144 | 110 | 113 |
| Binary | 10101110 | 11101101 | 10001111 | 11011 | 0 | 101000 | 111 | 1100100 | 1001000 | 1001011 |
Color Harmonies of #AEED8F
Complementary color
Monochromatic Colors of #AEED8F
Black with #AEED8F
Text Example
Text Example
White with #AEED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEED8F; }
p { color: rgb(174,237,143); }
H1.HeaderClassName
{
color: #AEED8F;
}
.AnyTagClassName
{
color: #AEED8F;
}
</style>
background-color css
<style>
a { background-color: #AEED8F; }
a { background-color: rgb(174,237,143); }
div.DivClassName
{
background-color: #AEED8F;
}
.BgClassName
{
background-color: #AEED8F;
}
</style>
border-color css
<style>
span { border-color: #AEED8F; }
span { border-color: rgb(174,237,143); }
td.TdClassName
{
border-color: #AEED8F;
}
.TagClassName
{
border-color: #AEED8F;
}
</style>