Shades of Feijoa #AFE087
Tints of Feijoa #AFE087
RGB
CMYK
RGB Variations
Color information
#AFE087 (or 0xAFE087) is known color: Feijoa. HEX triplet: AF, E0 and 87. RGB value is (175,224,135). Sum of RGB (Red+Green+Blue) = 175+224+135=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE087 is #501F78. Grayscale: #C7C7C7. Windows color (decimal): -5250937 or 8904879. OLE color: 8904879.
HSL color Cylindrical-coordinate representation of color #AFE087: hue angle of 93.03º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFE087 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 135 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.12 |
| HSL | 93.03º | 0.59% | 0.7% | - |
| HSV(B) | 93.03º | 0.4% | 0.88% | - |
| XYZ | 48.71 | 64.17 | 32.74 | - |
| YUV | 199.2 | 91.77 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 135 | 0.22 | 0 | 0.40 | 0.12 | 93.03 | 0.59 | 0.7 |
| Hex | AF | E0 | 87 | 16 | 0 | 28 | C | 5D | 3B | 46 |
| Octal | 257 | 340 | 207 | 26 | 0 | 50 | 14 | 135 | 73 | 106 |
| Binary | 10101111 | 11100000 | 10000111 | 10110 | 0 | 101000 | 1100 | 1011101 | 111011 | 1000110 |
Color Harmonies of #AFE087
Complementary color
Monochromatic Colors of #AFE087
Black with #AFE087
Text Example
Text Example
White with #AFE087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE087; }
p { color: rgb(175,224,135); }
H1.HeaderClassName
{
color: #AFE087;
}
.AnyTagClassName
{
color: #AFE087;
}
</style>
background-color css
<style>
a { background-color: #AFE087; }
a { background-color: rgb(175,224,135); }
div.DivClassName
{
background-color: #AFE087;
}
.BgClassName
{
background-color: #AFE087;
}
</style>
border-color css
<style>
span { border-color: #AFE087; }
span { border-color: rgb(175,224,135); }
td.TdClassName
{
border-color: #AFE087;
}
.TagClassName
{
border-color: #AFE087;
}
</style>