Shades of Feijoa #A8E48C
Tints of Feijoa #A8E48C
RGB
CMYK
RGB Variations
Color information
#A8E48C (or 0xA8E48C) is known color: Feijoa. HEX triplet: A8, E4 and 8C. RGB value is (168,228,140). Sum of RGB (Red+Green+Blue) = 168+228+140=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E48C is #571B73. Grayscale: #C8C8C8. Windows color (decimal): -5708660 or 9233576. OLE color: 9233576.
HSL color Cylindrical-coordinate representation of color #A8E48C: hue angle of 100.91º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8E48C is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 140 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.11 |
| HSL | 100.91º | 0.62% | 0.72% | - |
| HSV(B) | 100.91º | 0.39% | 0.89% | - |
| XYZ | 48.63 | 65.71 | 34.93 | - |
| YUV | 200.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 140 | 0.26 | 0 | 0.39 | 0.11 | 100.91 | 0.62 | 0.72 |
| Hex | A8 | E4 | 8C | 1A | 0 | 27 | B | 65 | 3E | 48 |
| Octal | 250 | 344 | 214 | 32 | 0 | 47 | 13 | 145 | 76 | 110 |
| Binary | 10101000 | 11100100 | 10001100 | 11010 | 0 | 100111 | 1011 | 1100101 | 111110 | 1001000 |
Color Harmonies of #A8E48C
Complementary color
Monochromatic Colors of #A8E48C
Black with #A8E48C
Text Example
Text Example
White with #A8E48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E48C; }
p { color: rgb(168,228,140); }
H1.HeaderClassName
{
color: #A8E48C;
}
.AnyTagClassName
{
color: #A8E48C;
}
</style>
background-color css
<style>
a { background-color: #A8E48C; }
a { background-color: rgb(168,228,140); }
div.DivClassName
{
background-color: #A8E48C;
}
.BgClassName
{
background-color: #A8E48C;
}
</style>
border-color css
<style>
span { border-color: #A8E48C; }
span { border-color: rgb(168,228,140); }
td.TdClassName
{
border-color: #A8E48C;
}
.TagClassName
{
border-color: #A8E48C;
}
</style>