Shades of Feijoa #AFE18A
Tints of Feijoa #AFE18A
RGB
CMYK
RGB Variations
Color information
#AFE18A (or 0xAFE18A) is known color: Feijoa. HEX triplet: AF, E1 and 8A. RGB value is (175,225,138). Sum of RGB (Red+Green+Blue) = 175+225+138=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE18A is #501E75. Grayscale: #C8C8C8. Windows color (decimal): -5250678 or 9101743. OLE color: 9101743.
HSL color Cylindrical-coordinate representation of color #AFE18A: hue angle of 94.48º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFE18A is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 138 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.12 |
| HSL | 94.48º | 0.59% | 0.71% | - |
| HSV(B) | 94.48º | 0.39% | 0.88% | - |
| XYZ | 49.19 | 64.8 | 33.96 | - |
| YUV | 200.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 138 | 0.22 | 0 | 0.39 | 0.12 | 94.48 | 0.59 | 0.71 |
| Hex | AF | E1 | 8A | 16 | 0 | 27 | C | 5E | 3B | 47 |
| Octal | 257 | 341 | 212 | 26 | 0 | 47 | 14 | 136 | 73 | 107 |
| Binary | 10101111 | 11100001 | 10001010 | 10110 | 0 | 100111 | 1100 | 1011110 | 111011 | 1000111 |
Color Harmonies of #AFE18A
Complementary color
Monochromatic Colors of #AFE18A
Black with #AFE18A
Text Example
Text Example
White with #AFE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE18A; }
p { color: rgb(175,225,138); }
H1.HeaderClassName
{
color: #AFE18A;
}
.AnyTagClassName
{
color: #AFE18A;
}
</style>
background-color css
<style>
a { background-color: #AFE18A; }
a { background-color: rgb(175,225,138); }
div.DivClassName
{
background-color: #AFE18A;
}
.BgClassName
{
background-color: #AFE18A;
}
</style>
border-color css
<style>
span { border-color: #AFE18A; }
span { border-color: rgb(175,225,138); }
td.TdClassName
{
border-color: #AFE18A;
}
.TagClassName
{
border-color: #AFE18A;
}
</style>