Shades of Feijoa #AFEC90
Tints of Feijoa #AFEC90
RGB
CMYK
RGB Variations
Color information
#AFEC90 (or 0xAFEC90) is known color: Feijoa. HEX triplet: AF, EC and 90. RGB value is (175,236,144). Sum of RGB (Red+Green+Blue) = 175+236+144=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC90 is #50136F. Grayscale: #CFCFCF. Windows color (decimal): -5247856 or 9497775. OLE color: 9497775.
HSL color Cylindrical-coordinate representation of color #AFEC90: hue angle of 99.78º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFEC90 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 144 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.07 |
| HSL | 99.78º | 0.71% | 0.75% | - |
| HSV(B) | 99.78º | 0.39% | 0.93% | - |
| XYZ | 52.71 | 71.12 | 37.33 | - |
| YUV | 207.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 144 | 0.26 | 0 | 0.39 | 0.07 | 99.78 | 0.71 | 0.75 |
| Hex | AF | EC | 90 | 1A | 0 | 27 | 7 | 64 | 47 | 4B |
| Octal | 257 | 354 | 220 | 32 | 0 | 47 | 7 | 144 | 107 | 113 |
| Binary | 10101111 | 11101100 | 10010000 | 11010 | 0 | 100111 | 111 | 1100100 | 1000111 | 1001011 |
Color Harmonies of #AFEC90
Complementary color
Monochromatic Colors of #AFEC90
Black with #AFEC90
Text Example
Text Example
White with #AFEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC90; }
p { color: rgb(175,236,144); }
H1.HeaderClassName
{
color: #AFEC90;
}
.AnyTagClassName
{
color: #AFEC90;
}
</style>
background-color css
<style>
a { background-color: #AFEC90; }
a { background-color: rgb(175,236,144); }
div.DivClassName
{
background-color: #AFEC90;
}
.BgClassName
{
background-color: #AFEC90;
}
</style>
border-color css
<style>
span { border-color: #AFEC90; }
span { border-color: rgb(175,236,144); }
td.TdClassName
{
border-color: #AFEC90;
}
.TagClassName
{
border-color: #AFEC90;
}
</style>