Shades of Feijoa #AFE28F
Tints of Feijoa #AFE28F
RGB
CMYK
RGB Variations
Color information
#AFE28F (or 0xAFE28F) is known color: Feijoa. HEX triplet: AF, E2 and 8F. RGB value is (175,226,143). Sum of RGB (Red+Green+Blue) = 175+226+143=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE28F is #501D70. Grayscale: #C9C9C9. Windows color (decimal): -5250417 or 9429679. OLE color: 9429679.
HSL color Cylindrical-coordinate representation of color #AFE28F: hue angle of 96.87º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFE28F is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 143 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.11 |
| HSL | 96.87º | 0.59% | 0.72% | - |
| HSV(B) | 96.87º | 0.37% | 0.89% | - |
| XYZ | 49.83 | 65.49 | 36 | - |
| YUV | 201.29 | 95.1 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 143 | 0.23 | 0 | 0.37 | 0.11 | 96.87 | 0.59 | 0.72 |
| Hex | AF | E2 | 8F | 17 | 0 | 25 | B | 61 | 3B | 48 |
| Octal | 257 | 342 | 217 | 27 | 0 | 45 | 13 | 141 | 73 | 110 |
| Binary | 10101111 | 11100010 | 10001111 | 10111 | 0 | 100101 | 1011 | 1100001 | 111011 | 1001000 |
Color Harmonies of #AFE28F
Complementary color
Monochromatic Colors of #AFE28F
Black with #AFE28F
Text Example
Text Example
White with #AFE28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE28F; }
p { color: rgb(175,226,143); }
H1.HeaderClassName
{
color: #AFE28F;
}
.AnyTagClassName
{
color: #AFE28F;
}
</style>
background-color css
<style>
a { background-color: #AFE28F; }
a { background-color: rgb(175,226,143); }
div.DivClassName
{
background-color: #AFE28F;
}
.BgClassName
{
background-color: #AFE28F;
}
</style>
border-color css
<style>
span { border-color: #AFE28F; }
span { border-color: rgb(175,226,143); }
td.TdClassName
{
border-color: #AFE28F;
}
.TagClassName
{
border-color: #AFE28F;
}
</style>