Shades of Feijoa #AFE18D
Tints of Feijoa #AFE18D
RGB
CMYK
RGB Variations
Color information
#AFE18D (or 0xAFE18D) is known color: Feijoa. HEX triplet: AF, E1 and 8D. RGB value is (175,225,141). Sum of RGB (Red+Green+Blue) = 175+225+141=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE18D is #501E72. Grayscale: #C8C8C8. Windows color (decimal): -5250675 or 9298351. OLE color: 9298351.
HSL color Cylindrical-coordinate representation of color #AFE18D: hue angle of 95.71º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFE18D is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 141 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.12 |
| HSL | 95.71º | 0.58% | 0.72% | - |
| HSV(B) | 95.71º | 0.37% | 0.88% | - |
| XYZ | 49.41 | 64.89 | 35.12 | - |
| YUV | 200.47 | 94.44 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 141 | 0.22 | 0 | 0.37 | 0.12 | 95.71 | 0.58 | 0.72 |
| Hex | AF | E1 | 8D | 16 | 0 | 25 | C | 60 | 3A | 48 |
| Octal | 257 | 341 | 215 | 26 | 0 | 45 | 14 | 140 | 72 | 110 |
| Binary | 10101111 | 11100001 | 10001101 | 10110 | 0 | 100101 | 1100 | 1100000 | 111010 | 1001000 |
Color Harmonies of #AFE18D
Complementary color
Monochromatic Colors of #AFE18D
Black with #AFE18D
Text Example
Text Example
White with #AFE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE18D; }
p { color: rgb(175,225,141); }
H1.HeaderClassName
{
color: #AFE18D;
}
.AnyTagClassName
{
color: #AFE18D;
}
</style>
background-color css
<style>
a { background-color: #AFE18D; }
a { background-color: rgb(175,225,141); }
div.DivClassName
{
background-color: #AFE18D;
}
.BgClassName
{
background-color: #AFE18D;
}
</style>
border-color css
<style>
span { border-color: #AFE18D; }
span { border-color: rgb(175,225,141); }
td.TdClassName
{
border-color: #AFE18D;
}
.TagClassName
{
border-color: #AFE18D;
}
</style>