Shades of Feijoa #AFE490
Tints of Feijoa #AFE490
RGB
CMYK
RGB Variations
Color information
#AFE490 (or 0xAFE490) is known color: Feijoa. HEX triplet: AF, E4 and 90. RGB value is (175,228,144). Sum of RGB (Red+Green+Blue) = 175+228+144=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE490 is #501B6F. Grayscale: #CACACA. Windows color (decimal): -5249904 or 9495727. OLE color: 9495727.
HSL color Cylindrical-coordinate representation of color #AFE490: hue angle of 97.86º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFE490 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 144 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.11 |
| HSL | 97.86º | 0.61% | 0.73% | - |
| HSV(B) | 97.86º | 0.37% | 0.89% | - |
| XYZ | 50.46 | 66.61 | 36.58 | - |
| YUV | 202.58 | 94.94 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 144 | 0.23 | 0 | 0.37 | 0.11 | 97.86 | 0.61 | 0.73 |
| Hex | AF | E4 | 90 | 17 | 0 | 25 | B | 62 | 3D | 49 |
| Octal | 257 | 344 | 220 | 27 | 0 | 45 | 13 | 142 | 75 | 111 |
| Binary | 10101111 | 11100100 | 10010000 | 10111 | 0 | 100101 | 1011 | 1100010 | 111101 | 1001001 |
Color Harmonies of #AFE490
Complementary color
Monochromatic Colors of #AFE490
Black with #AFE490
Text Example
Text Example
White with #AFE490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE490; }
p { color: rgb(175,228,144); }
H1.HeaderClassName
{
color: #AFE490;
}
.AnyTagClassName
{
color: #AFE490;
}
</style>
background-color css
<style>
a { background-color: #AFE490; }
a { background-color: rgb(175,228,144); }
div.DivClassName
{
background-color: #AFE490;
}
.BgClassName
{
background-color: #AFE490;
}
</style>
border-color css
<style>
span { border-color: #AFE490; }
span { border-color: rgb(175,228,144); }
td.TdClassName
{
border-color: #AFE490;
}
.TagClassName
{
border-color: #AFE490;
}
</style>