Shades of Feijoa #A8E57C
Tints of Feijoa #A8E57C
RGB
CMYK
RGB Variations
Color information
#A8E57C (or 0xA8E57C) is known color: Feijoa. HEX triplet: A8, E5 and 7C. RGB value is (168,229,124). Sum of RGB (Red+Green+Blue) = 168+229+124=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E57C is #571A83. Grayscale: #C7C7C7. Windows color (decimal): -5708420 or 8185256. OLE color: 8185256.
HSL color Cylindrical-coordinate representation of color #A8E57C: hue angle of 94.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8E57C is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 124 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.10 |
| HSL | 94.86º | 0.67% | 0.69% | - |
| HSV(B) | 94.86º | 0.46% | 0.9% | - |
| XYZ | 47.81 | 65.82 | 29.25 | - |
| YUV | 198.79 | 85.79 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 124 | 0.27 | 0 | 0.46 | 0.10 | 94.86 | 0.67 | 0.69 |
| Hex | A8 | E5 | 7C | 1B | 0 | 2E | A | 5F | 43 | 45 |
| Octal | 250 | 345 | 174 | 33 | 0 | 56 | 12 | 137 | 103 | 105 |
| Binary | 10101000 | 11100101 | 1111100 | 11011 | 0 | 101110 | 1010 | 1011111 | 1000011 | 1000101 |
Color Harmonies of #A8E57C
Complementary color
Monochromatic Colors of #A8E57C
Black with #A8E57C
Text Example
Text Example
White with #A8E57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E57C; }
p { color: rgb(168,229,124); }
H1.HeaderClassName
{
color: #A8E57C;
}
.AnyTagClassName
{
color: #A8E57C;
}
</style>
background-color css
<style>
a { background-color: #A8E57C; }
a { background-color: rgb(168,229,124); }
div.DivClassName
{
background-color: #A8E57C;
}
.BgClassName
{
background-color: #A8E57C;
}
</style>
border-color css
<style>
span { border-color: #A8E57C; }
span { border-color: rgb(168,229,124); }
td.TdClassName
{
border-color: #A8E57C;
}
.TagClassName
{
border-color: #A8E57C;
}
</style>