Shades of Feijoa #A8E48F
Tints of Feijoa #A8E48F
RGB
CMYK
RGB Variations
Color information
#A8E48F (or 0xA8E48F) is known color: Feijoa. HEX triplet: A8, E4 and 8F. RGB value is (168,228,143). Sum of RGB (Red+Green+Blue) = 168+228+143=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E48F is #571B70. Grayscale: #C8C8C8. Windows color (decimal): -5708657 or 9430184. OLE color: 9430184.
HSL color Cylindrical-coordinate representation of color #A8E48F: hue angle of 102.35º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8E48F is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 143 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.11 |
| HSL | 102.35º | 0.61% | 0.73% | - |
| HSV(B) | 102.35º | 0.37% | 0.89% | - |
| XYZ | 48.85 | 65.79 | 36.11 | - |
| YUV | 200.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 143 | 0.26 | 0 | 0.37 | 0.11 | 102.35 | 0.61 | 0.73 |
| Hex | A8 | E4 | 8F | 1A | 0 | 25 | B | 66 | 3D | 49 |
| Octal | 250 | 344 | 217 | 32 | 0 | 45 | 13 | 146 | 75 | 111 |
| Binary | 10101000 | 11100100 | 10001111 | 11010 | 0 | 100101 | 1011 | 1100110 | 111101 | 1001001 |
Color Harmonies of #A8E48F
Complementary color
Monochromatic Colors of #A8E48F
Black with #A8E48F
Text Example
Text Example
White with #A8E48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E48F; }
p { color: rgb(168,228,143); }
H1.HeaderClassName
{
color: #A8E48F;
}
.AnyTagClassName
{
color: #A8E48F;
}
</style>
background-color css
<style>
a { background-color: #A8E48F; }
a { background-color: rgb(168,228,143); }
div.DivClassName
{
background-color: #A8E48F;
}
.BgClassName
{
background-color: #A8E48F;
}
</style>
border-color css
<style>
span { border-color: #A8E48F; }
span { border-color: rgb(168,228,143); }
td.TdClassName
{
border-color: #A8E48F;
}
.TagClassName
{
border-color: #A8E48F;
}
</style>