Shades of Feijoa #AFE38E
Tints of Feijoa #AFE38E
RGB
CMYK
RGB Variations
Color information
#AFE38E (or 0xAFE38E) is known color: Feijoa. HEX triplet: AF, E3 and 8E. RGB value is (175,227,142). Sum of RGB (Red+Green+Blue) = 175+227+142=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE38E is #501C71. Grayscale: #CACACA. Windows color (decimal): -5250162 or 9364399. OLE color: 9364399.
HSL color Cylindrical-coordinate representation of color #AFE38E: hue angle of 96.71º degrees, saturation: 0.6, 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 #AFE38E is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 142 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.11 |
| HSL | 96.71º | 0.6% | 0.72% | - |
| HSV(B) | 96.71º | 0.37% | 0.89% | - |
| XYZ | 50.03 | 66.01 | 35.69 | - |
| YUV | 201.76 | 94.27 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 142 | 0.23 | 0 | 0.37 | 0.11 | 96.71 | 0.6 | 0.72 |
| Hex | AF | E3 | 8E | 17 | 0 | 25 | B | 61 | 3C | 48 |
| Octal | 257 | 343 | 216 | 27 | 0 | 45 | 13 | 141 | 74 | 110 |
| Binary | 10101111 | 11100011 | 10001110 | 10111 | 0 | 100101 | 1011 | 1100001 | 111100 | 1001000 |
Color Harmonies of #AFE38E
Complementary color
Monochromatic Colors of #AFE38E
Black with #AFE38E
Text Example
Text Example
White with #AFE38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE38E; }
p { color: rgb(175,227,142); }
H1.HeaderClassName
{
color: #AFE38E;
}
.AnyTagClassName
{
color: #AFE38E;
}
</style>
background-color css
<style>
a { background-color: #AFE38E; }
a { background-color: rgb(175,227,142); }
div.DivClassName
{
background-color: #AFE38E;
}
.BgClassName
{
background-color: #AFE38E;
}
</style>
border-color css
<style>
span { border-color: #AFE38E; }
span { border-color: rgb(175,227,142); }
td.TdClassName
{
border-color: #AFE38E;
}
.TagClassName
{
border-color: #AFE38E;
}
</style>