Shades of Feijoa #A8E27C
Tints of Feijoa #A8E27C
RGB
CMYK
RGB Variations
Color information
#A8E27C (or 0xA8E27C) is known color: Feijoa. HEX triplet: A8, E2 and 7C. RGB value is (168,226,124). Sum of RGB (Red+Green+Blue) = 168+226+124=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E27C is #571D83. Grayscale: #C5C5C5. Windows color (decimal): -5709188 or 8184488. OLE color: 8184488.
HSL color Cylindrical-coordinate representation of color #A8E27C: hue angle of 94.12º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8E27C is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 226 | 124 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.11 |
| HSL | 94.12º | 0.64% | 0.69% | - |
| HSV(B) | 94.12º | 0.45% | 0.89% | - |
| XYZ | 46.98 | 64.17 | 28.98 | - |
| YUV | 197.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 124 | 0.26 | 0 | 0.45 | 0.11 | 94.12 | 0.64 | 0.69 |
| Hex | A8 | E2 | 7C | 1A | 0 | 2D | B | 5E | 40 | 45 |
| Octal | 250 | 342 | 174 | 32 | 0 | 55 | 13 | 136 | 100 | 105 |
| Binary | 10101000 | 11100010 | 1111100 | 11010 | 0 | 101101 | 1011 | 1011110 | 1000000 | 1000101 |
Color Harmonies of #A8E27C
Complementary color
Monochromatic Colors of #A8E27C
Black with #A8E27C
Text Example
Text Example
White with #A8E27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E27C; }
p { color: rgb(168,226,124); }
H1.HeaderClassName
{
color: #A8E27C;
}
.AnyTagClassName
{
color: #A8E27C;
}
</style>
background-color css
<style>
a { background-color: #A8E27C; }
a { background-color: rgb(168,226,124); }
div.DivClassName
{
background-color: #A8E27C;
}
.BgClassName
{
background-color: #A8E27C;
}
</style>
border-color css
<style>
span { border-color: #A8E27C; }
span { border-color: rgb(168,226,124); }
td.TdClassName
{
border-color: #A8E27C;
}
.TagClassName
{
border-color: #A8E27C;
}
</style>