Shades of Feijoa #A8E370
Tints of Feijoa #A8E370
RGB
CMYK
RGB Variations
Color information
#A8E370 (or 0xA8E370) is known color: Feijoa. HEX triplet: A8, E3 and 70. RGB value is (168,227,112). Sum of RGB (Red+Green+Blue) = 168+227+112=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E370 is #571C8F. Grayscale: #C4C4C4. Windows color (decimal): -5708944 or 7398312. OLE color: 7398312.
HSL color Cylindrical-coordinate representation of color #A8E370: hue angle of 90.78º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8E370 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 112 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.11 |
| HSL | 90.78º | 0.67% | 0.66% | - |
| HSV(B) | 90.78º | 0.51% | 0.89% | - |
| XYZ | 46.54 | 64.43 | 25.31 | - |
| YUV | 196.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 112 | 0.26 | 0 | 0.51 | 0.11 | 90.78 | 0.67 | 0.66 |
| Hex | A8 | E3 | 70 | 1A | 0 | 33 | B | 5B | 43 | 42 |
| Octal | 250 | 343 | 160 | 32 | 0 | 63 | 13 | 133 | 103 | 102 |
| Binary | 10101000 | 11100011 | 1110000 | 11010 | 0 | 110011 | 1011 | 1011011 | 1000011 | 1000010 |
Color Harmonies of #A8E370
Complementary color
Monochromatic Colors of #A8E370
Black with #A8E370
Text Example
Text Example
White with #A8E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E370; }
p { color: rgb(168,227,112); }
H1.HeaderClassName
{
color: #A8E370;
}
.AnyTagClassName
{
color: #A8E370;
}
</style>
background-color css
<style>
a { background-color: #A8E370; }
a { background-color: rgb(168,227,112); }
div.DivClassName
{
background-color: #A8E370;
}
.BgClassName
{
background-color: #A8E370;
}
</style>
border-color css
<style>
span { border-color: #A8E370; }
span { border-color: rgb(168,227,112); }
td.TdClassName
{
border-color: #A8E370;
}
.TagClassName
{
border-color: #A8E370;
}
</style>