Shades of Feijoa #AFE492
Tints of Feijoa #AFE492
RGB
CMYK
RGB Variations
Color information
#AFE492 (or 0xAFE492) is known color: Feijoa. HEX triplet: AF, E4 and 92. RGB value is (175,228,146). Sum of RGB (Red+Green+Blue) = 175+228+146=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE492 is #501B6D. Grayscale: #CBCBCB. Windows color (decimal): -5249902 or 9626799. OLE color: 9626799.
HSL color Cylindrical-coordinate representation of color #AFE492: hue angle of 98.78º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFE492 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 146 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.11 |
| HSL | 98.78º | 0.6% | 0.73% | - |
| HSV(B) | 98.78º | 0.36% | 0.89% | - |
| XYZ | 50.61 | 66.68 | 37.4 | - |
| YUV | 202.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 146 | 0.23 | 0 | 0.36 | 0.11 | 98.78 | 0.6 | 0.73 |
| Hex | AF | E4 | 92 | 17 | 0 | 24 | B | 63 | 3C | 49 |
| Octal | 257 | 344 | 222 | 27 | 0 | 44 | 13 | 143 | 74 | 111 |
| Binary | 10101111 | 11100100 | 10010010 | 10111 | 0 | 100100 | 1011 | 1100011 | 111100 | 1001001 |
Color Harmonies of #AFE492
Complementary color
Monochromatic Colors of #AFE492
Black with #AFE492
Text Example
Text Example
White with #AFE492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE492; }
p { color: rgb(175,228,146); }
H1.HeaderClassName
{
color: #AFE492;
}
.AnyTagClassName
{
color: #AFE492;
}
</style>
background-color css
<style>
a { background-color: #AFE492; }
a { background-color: rgb(175,228,146); }
div.DivClassName
{
background-color: #AFE492;
}
.BgClassName
{
background-color: #AFE492;
}
</style>
border-color css
<style>
span { border-color: #AFE492; }
span { border-color: rgb(175,228,146); }
td.TdClassName
{
border-color: #AFE492;
}
.TagClassName
{
border-color: #AFE492;
}
</style>