Shades of Feijoa #AFE08D
Tints of Feijoa #AFE08D
RGB
CMYK
RGB Variations
Color information
#AFE08D (or 0xAFE08D) is known color: Feijoa. HEX triplet: AF, E0 and 8D. RGB value is (175,224,141). Sum of RGB (Red+Green+Blue) = 175+224+141=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE08D is #501F72. Grayscale: #C8C8C8. Windows color (decimal): -5250931 or 9298095. OLE color: 9298095.
HSL color Cylindrical-coordinate representation of color #AFE08D: hue angle of 95.42º degrees, saturation: 0.57, 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 #AFE08D is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 141 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.12 |
| HSL | 95.42º | 0.57% | 0.72% | - |
| HSV(B) | 95.42º | 0.37% | 0.88% | - |
| XYZ | 49.14 | 64.35 | 35.03 | - |
| YUV | 199.89 | 94.77 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 141 | 0.22 | 0 | 0.37 | 0.12 | 95.42 | 0.57 | 0.72 |
| Hex | AF | E0 | 8D | 16 | 0 | 25 | C | 5F | 39 | 48 |
| Octal | 257 | 340 | 215 | 26 | 0 | 45 | 14 | 137 | 71 | 110 |
| Binary | 10101111 | 11100000 | 10001101 | 10110 | 0 | 100101 | 1100 | 1011111 | 111001 | 1001000 |
Color Harmonies of #AFE08D
Complementary color
Monochromatic Colors of #AFE08D
Black with #AFE08D
Text Example
Text Example
White with #AFE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE08D; }
p { color: rgb(175,224,141); }
H1.HeaderClassName
{
color: #AFE08D;
}
.AnyTagClassName
{
color: #AFE08D;
}
</style>
background-color css
<style>
a { background-color: #AFE08D; }
a { background-color: rgb(175,224,141); }
div.DivClassName
{
background-color: #AFE08D;
}
.BgClassName
{
background-color: #AFE08D;
}
</style>
border-color css
<style>
span { border-color: #AFE08D; }
span { border-color: rgb(175,224,141); }
td.TdClassName
{
border-color: #AFE08D;
}
.TagClassName
{
border-color: #AFE08D;
}
</style>