Shades of Feijoa #AFE878
Tints of Feijoa #AFE878
RGB
CMYK
RGB Variations
Color information
#AFE878 (or 0xAFE878) is known color: Feijoa. HEX triplet: AF, E8 and 78. RGB value is (175,232,120). Sum of RGB (Red+Green+Blue) = 175+232+120=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE878 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE878 is #501787. Grayscale: #CACACA. Windows color (decimal): -5248904 or 7923887. OLE color: 7923887.
HSL color Cylindrical-coordinate representation of color #AFE878: hue angle of 90.54º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFE878 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 120 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.09 |
| HSL | 90.54º | 0.71% | 0.69% | - |
| HSV(B) | 90.54º | 0.48% | 0.91% | - |
| XYZ | 49.93 | 68.18 | 28.3 | - |
| YUV | 202.19 | 81.62 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 120 | 0.25 | 0 | 0.48 | 0.09 | 90.54 | 0.71 | 0.69 |
| Hex | AF | E8 | 78 | 19 | 0 | 30 | 9 | 5B | 47 | 45 |
| Octal | 257 | 350 | 170 | 31 | 0 | 60 | 11 | 133 | 107 | 105 |
| Binary | 10101111 | 11101000 | 1111000 | 11001 | 0 | 110000 | 1001 | 1011011 | 1000111 | 1000101 |
Color Harmonies of #AFE878
Complementary color
Monochromatic Colors of #AFE878
Black with #AFE878
Text Example
Text Example
White with #AFE878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE878; }
p { color: rgb(175,232,120); }
H1.HeaderClassName
{
color: #AFE878;
}
.AnyTagClassName
{
color: #AFE878;
}
</style>
background-color css
<style>
a { background-color: #AFE878; }
a { background-color: rgb(175,232,120); }
div.DivClassName
{
background-color: #AFE878;
}
.BgClassName
{
background-color: #AFE878;
}
</style>
border-color css
<style>
span { border-color: #AFE878; }
span { border-color: rgb(175,232,120); }
td.TdClassName
{
border-color: #AFE878;
}
.TagClassName
{
border-color: #AFE878;
}
</style>