Shades of Feijoa #A8E377
Tints of Feijoa #A8E377
RGB
CMYK
RGB Variations
Color information
#A8E377 (or 0xA8E377) is known color: Feijoa. HEX triplet: A8, E3 and 77. RGB value is (168,227,119). Sum of RGB (Red+Green+Blue) = 168+227+119=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E377 is #571C88. Grayscale: #C5C5C5. Windows color (decimal): -5708937 or 7857064. OLE color: 7857064.
HSL color Cylindrical-coordinate representation of color #A8E377: hue angle of 92.78º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8E377 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 119 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.11 |
| HSL | 92.78º | 0.66% | 0.68% | - |
| HSV(B) | 92.78º | 0.48% | 0.89% | - |
| XYZ | 46.95 | 64.59 | 27.45 | - |
| YUV | 197.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 119 | 0.26 | 0 | 0.48 | 0.11 | 92.78 | 0.66 | 0.68 |
| Hex | A8 | E3 | 77 | 1A | 0 | 30 | B | 5D | 42 | 44 |
| Octal | 250 | 343 | 167 | 32 | 0 | 60 | 13 | 135 | 102 | 104 |
| Binary | 10101000 | 11100011 | 1110111 | 11010 | 0 | 110000 | 1011 | 1011101 | 1000010 | 1000100 |
Color Harmonies of #A8E377
Complementary color
Monochromatic Colors of #A8E377
Black with #A8E377
Text Example
Text Example
White with #A8E377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E377; }
p { color: rgb(168,227,119); }
H1.HeaderClassName
{
color: #A8E377;
}
.AnyTagClassName
{
color: #A8E377;
}
</style>
background-color css
<style>
a { background-color: #A8E377; }
a { background-color: rgb(168,227,119); }
div.DivClassName
{
background-color: #A8E377;
}
.BgClassName
{
background-color: #A8E377;
}
</style>
border-color css
<style>
span { border-color: #A8E377; }
span { border-color: rgb(168,227,119); }
td.TdClassName
{
border-color: #A8E377;
}
.TagClassName
{
border-color: #A8E377;
}
</style>