Shades of Feijoa #AFE87C
Tints of Feijoa #AFE87C
RGB
CMYK
RGB Variations
Color information
#AFE87C (or 0xAFE87C) is known color: Feijoa. HEX triplet: AF, E8 and 7C. RGB value is (175,232,124). Sum of RGB (Red+Green+Blue) = 175+232+124=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE87C is #501783. Grayscale: #CBCBCB. Windows color (decimal): -5248900 or 8186031. OLE color: 8186031.
HSL color Cylindrical-coordinate representation of color #AFE87C: hue angle of 91.67º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFE87C is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 124 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.09 |
| HSL | 91.67º | 0.7% | 0.7% | - |
| HSV(B) | 91.67º | 0.47% | 0.91% | - |
| XYZ | 50.17 | 68.28 | 29.6 | - |
| YUV | 202.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 124 | 0.25 | 0 | 0.47 | 0.09 | 91.67 | 0.7 | 0.7 |
| Hex | AF | E8 | 7C | 19 | 0 | 2F | 9 | 5C | 46 | 46 |
| Octal | 257 | 350 | 174 | 31 | 0 | 57 | 11 | 134 | 106 | 106 |
| Binary | 10101111 | 11101000 | 1111100 | 11001 | 0 | 101111 | 1001 | 1011100 | 1000110 | 1000110 |
Color Harmonies of #AFE87C
Complementary color
Monochromatic Colors of #AFE87C
Black with #AFE87C
Text Example
Text Example
White with #AFE87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE87C; }
p { color: rgb(175,232,124); }
H1.HeaderClassName
{
color: #AFE87C;
}
.AnyTagClassName
{
color: #AFE87C;
}
</style>
background-color css
<style>
a { background-color: #AFE87C; }
a { background-color: rgb(175,232,124); }
div.DivClassName
{
background-color: #AFE87C;
}
.BgClassName
{
background-color: #AFE87C;
}
</style>
border-color css
<style>
span { border-color: #AFE87C; }
span { border-color: rgb(175,232,124); }
td.TdClassName
{
border-color: #AFE87C;
}
.TagClassName
{
border-color: #AFE87C;
}
</style>