Shades of Feijoa #A8E37A
Tints of Feijoa #A8E37A
RGB
CMYK
RGB Variations
Color information
#A8E37A (or 0xA8E37A) is known color: Feijoa. HEX triplet: A8, E3 and 7A. RGB value is (168,227,122). Sum of RGB (Red+Green+Blue) = 168+227+122=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E37A is #571C85. Grayscale: #C5C5C5. Windows color (decimal): -5708934 or 8053672. OLE color: 8053672.
HSL color Cylindrical-coordinate representation of color #A8E37A: hue angle of 93.71º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8E37A is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 122 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.11 |
| HSL | 93.71º | 0.65% | 0.68% | - |
| HSV(B) | 93.71º | 0.46% | 0.89% | - |
| XYZ | 47.13 | 64.67 | 28.41 | - |
| YUV | 197.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 122 | 0.26 | 0 | 0.46 | 0.11 | 93.71 | 0.65 | 0.68 |
| Hex | A8 | E3 | 7A | 1A | 0 | 2E | B | 5E | 41 | 44 |
| Octal | 250 | 343 | 172 | 32 | 0 | 56 | 13 | 136 | 101 | 104 |
| Binary | 10101000 | 11100011 | 1111010 | 11010 | 0 | 101110 | 1011 | 1011110 | 1000001 | 1000100 |
Color Harmonies of #A8E37A
Complementary color
Monochromatic Colors of #A8E37A
Black with #A8E37A
Text Example
Text Example
White with #A8E37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E37A; }
p { color: rgb(168,227,122); }
H1.HeaderClassName
{
color: #A8E37A;
}
.AnyTagClassName
{
color: #A8E37A;
}
</style>
background-color css
<style>
a { background-color: #A8E37A; }
a { background-color: rgb(168,227,122); }
div.DivClassName
{
background-color: #A8E37A;
}
.BgClassName
{
background-color: #A8E37A;
}
</style>
border-color css
<style>
span { border-color: #A8E37A; }
span { border-color: rgb(168,227,122); }
td.TdClassName
{
border-color: #A8E37A;
}
.TagClassName
{
border-color: #A8E37A;
}
</style>