Shades of Feijoa #AFE287
Tints of Feijoa #AFE287
RGB
CMYK
RGB Variations
Color information
#AFE287 (or 0xAFE287) is known color: Feijoa. HEX triplet: AF, E2 and 87. RGB value is (175,226,135). Sum of RGB (Red+Green+Blue) = 175+226+135=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE287 is #501D78. Grayscale: #C8C8C8. Windows color (decimal): -5250425 or 8905391. OLE color: 8905391.
HSL color Cylindrical-coordinate representation of color #AFE287: hue angle of 93.63º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFE287 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 135 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.11 |
| HSL | 93.63º | 0.61% | 0.71% | - |
| HSV(B) | 93.63º | 0.4% | 0.89% | - |
| XYZ | 49.25 | 65.26 | 32.92 | - |
| YUV | 200.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 135 | 0.23 | 0 | 0.40 | 0.11 | 93.63 | 0.61 | 0.71 |
| Hex | AF | E2 | 87 | 17 | 0 | 28 | B | 5E | 3D | 47 |
| Octal | 257 | 342 | 207 | 27 | 0 | 50 | 13 | 136 | 75 | 107 |
| Binary | 10101111 | 11100010 | 10000111 | 10111 | 0 | 101000 | 1011 | 1011110 | 111101 | 1000111 |
Color Harmonies of #AFE287
Complementary color
Monochromatic Colors of #AFE287
Black with #AFE287
Text Example
Text Example
White with #AFE287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE287; }
p { color: rgb(175,226,135); }
H1.HeaderClassName
{
color: #AFE287;
}
.AnyTagClassName
{
color: #AFE287;
}
</style>
background-color css
<style>
a { background-color: #AFE287; }
a { background-color: rgb(175,226,135); }
div.DivClassName
{
background-color: #AFE287;
}
.BgClassName
{
background-color: #AFE287;
}
</style>
border-color css
<style>
span { border-color: #AFE287; }
span { border-color: rgb(175,226,135); }
td.TdClassName
{
border-color: #AFE287;
}
.TagClassName
{
border-color: #AFE287;
}
</style>