Shades of Feijoa #A8E47F
Tints of Feijoa #A8E47F
RGB
CMYK
RGB Variations
Color information
#A8E47F (or 0xA8E47F) is known color: Feijoa. HEX triplet: A8, E4 and 7F. RGB value is (168,228,127). Sum of RGB (Red+Green+Blue) = 168+228+127=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E47F is #571B80. Grayscale: #C6C6C6. Windows color (decimal): -5708673 or 8381608. OLE color: 8381608.
HSL color Cylindrical-coordinate representation of color #A8E47F: hue angle of 95.64º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8E47F is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 127 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.11 |
| HSL | 95.64º | 0.65% | 0.7% | - |
| HSV(B) | 95.64º | 0.44% | 0.89% | - |
| XYZ | 47.72 | 65.34 | 30.18 | - |
| YUV | 198.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 127 | 0.26 | 0 | 0.44 | 0.11 | 95.64 | 0.65 | 0.7 |
| Hex | A8 | E4 | 7F | 1A | 0 | 2C | B | 60 | 41 | 46 |
| Octal | 250 | 344 | 177 | 32 | 0 | 54 | 13 | 140 | 101 | 106 |
| Binary | 10101000 | 11100100 | 1111111 | 11010 | 0 | 101100 | 1011 | 1100000 | 1000001 | 1000110 |
Color Harmonies of #A8E47F
Complementary color
Monochromatic Colors of #A8E47F
Black with #A8E47F
Text Example
Text Example
White with #A8E47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E47F; }
p { color: rgb(168,228,127); }
H1.HeaderClassName
{
color: #A8E47F;
}
.AnyTagClassName
{
color: #A8E47F;
}
</style>
background-color css
<style>
a { background-color: #A8E47F; }
a { background-color: rgb(168,228,127); }
div.DivClassName
{
background-color: #A8E47F;
}
.BgClassName
{
background-color: #A8E47F;
}
</style>
border-color css
<style>
span { border-color: #A8E47F; }
span { border-color: rgb(168,228,127); }
td.TdClassName
{
border-color: #A8E47F;
}
.TagClassName
{
border-color: #A8E47F;
}
</style>