Shades of Feijoa #AFE376
Tints of Feijoa #AFE376
RGB
CMYK
RGB Variations
Color information
#AFE376 (or 0xAFE376) is known color: Feijoa. HEX triplet: AF, E3 and 76. RGB value is (175,227,118). Sum of RGB (Red+Green+Blue) = 175+227+118=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE376 is #501C89. Grayscale: #C7C7C7. Windows color (decimal): -5250186 or 7791535. OLE color: 7791535.
HSL color Cylindrical-coordinate representation of color #AFE376: hue angle of 88.62º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFE376 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 118 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.11 |
| HSL | 88.62º | 0.66% | 0.68% | - |
| HSV(B) | 88.62º | 0.48% | 0.89% | - |
| XYZ | 48.42 | 65.36 | 27.2 | - |
| YUV | 199.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 118 | 0.23 | 0 | 0.48 | 0.11 | 88.62 | 0.66 | 0.68 |
| Hex | AF | E3 | 76 | 17 | 0 | 30 | B | 59 | 42 | 44 |
| Octal | 257 | 343 | 166 | 27 | 0 | 60 | 13 | 131 | 102 | 104 |
| Binary | 10101111 | 11100011 | 1110110 | 10111 | 0 | 110000 | 1011 | 1011001 | 1000010 | 1000100 |
Color Harmonies of #AFE376
Complementary color
Monochromatic Colors of #AFE376
Black with #AFE376
Text Example
Text Example
White with #AFE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE376; }
p { color: rgb(175,227,118); }
H1.HeaderClassName
{
color: #AFE376;
}
.AnyTagClassName
{
color: #AFE376;
}
</style>
background-color css
<style>
a { background-color: #AFE376; }
a { background-color: rgb(175,227,118); }
div.DivClassName
{
background-color: #AFE376;
}
.BgClassName
{
background-color: #AFE376;
}
</style>
border-color css
<style>
span { border-color: #AFE376; }
span { border-color: rgb(175,227,118); }
td.TdClassName
{
border-color: #AFE376;
}
.TagClassName
{
border-color: #AFE376;
}
</style>