Shades of Feijoa #AFE876
Tints of Feijoa #AFE876
RGB
CMYK
RGB Variations
Color information
#AFE876 (or 0xAFE876) is known color: Feijoa. HEX triplet: AF, E8 and 76. RGB value is (175,232,118). Sum of RGB (Red+Green+Blue) = 175+232+118=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE876 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE876 is #501789. Grayscale: #CACACA. Windows color (decimal): -5248906 or 7792815. OLE color: 7792815.
HSL color Cylindrical-coordinate representation of color #AFE876: hue angle of 90º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFE876 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 118 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.09 |
| HSL | 90º | 0.71% | 0.69% | - |
| HSV(B) | 90º | 0.49% | 0.91% | - |
| XYZ | 49.81 | 68.14 | 27.67 | - |
| YUV | 201.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 118 | 0.25 | 0 | 0.49 | 0.09 | 90 | 0.71 | 0.69 |
| Hex | AF | E8 | 76 | 19 | 0 | 31 | 9 | 5A | 47 | 45 |
| Octal | 257 | 350 | 166 | 31 | 0 | 61 | 11 | 132 | 107 | 105 |
| Binary | 10101111 | 11101000 | 1110110 | 11001 | 0 | 110001 | 1001 | 1011010 | 1000111 | 1000101 |
Color Harmonies of #AFE876
Complementary color
Monochromatic Colors of #AFE876
Black with #AFE876
Text Example
Text Example
White with #AFE876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE876; }
p { color: rgb(175,232,118); }
H1.HeaderClassName
{
color: #AFE876;
}
.AnyTagClassName
{
color: #AFE876;
}
</style>
background-color css
<style>
a { background-color: #AFE876; }
a { background-color: rgb(175,232,118); }
div.DivClassName
{
background-color: #AFE876;
}
.BgClassName
{
background-color: #AFE876;
}
</style>
border-color css
<style>
span { border-color: #AFE876; }
span { border-color: rgb(175,232,118); }
td.TdClassName
{
border-color: #AFE876;
}
.TagClassName
{
border-color: #AFE876;
}
</style>