Shades of Feijoa #A8E570
Tints of Feijoa #A8E570
RGB
CMYK
RGB Variations
Color information
#A8E570 (or 0xA8E570) is known color: Feijoa. HEX triplet: A8, E5 and 70. RGB value is (168,229,112). Sum of RGB (Red+Green+Blue) = 168+229+112=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E570 is #571A8F. Grayscale: #C5C5C5. Windows color (decimal): -5708432 or 7398824. OLE color: 7398824.
HSL color Cylindrical-coordinate representation of color #A8E570: hue angle of 91.28º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8E570 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 112 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.10 |
| HSL | 91.28º | 0.69% | 0.67% | - |
| HSV(B) | 91.28º | 0.51% | 0.9% | - |
| XYZ | 47.09 | 65.53 | 25.5 | - |
| YUV | 197.42 | 79.79 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 112 | 0.27 | 0 | 0.51 | 0.10 | 91.28 | 0.69 | 0.67 |
| Hex | A8 | E5 | 70 | 1B | 0 | 33 | A | 5B | 45 | 43 |
| Octal | 250 | 345 | 160 | 33 | 0 | 63 | 12 | 133 | 105 | 103 |
| Binary | 10101000 | 11100101 | 1110000 | 11011 | 0 | 110011 | 1010 | 1011011 | 1000101 | 1000011 |
Color Harmonies of #A8E570
Complementary color
Monochromatic Colors of #A8E570
Black with #A8E570
Text Example
Text Example
White with #A8E570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E570; }
p { color: rgb(168,229,112); }
H1.HeaderClassName
{
color: #A8E570;
}
.AnyTagClassName
{
color: #A8E570;
}
</style>
background-color css
<style>
a { background-color: #A8E570; }
a { background-color: rgb(168,229,112); }
div.DivClassName
{
background-color: #A8E570;
}
.BgClassName
{
background-color: #A8E570;
}
</style>
border-color css
<style>
span { border-color: #A8E570; }
span { border-color: rgb(168,229,112); }
td.TdClassName
{
border-color: #A8E570;
}
.TagClassName
{
border-color: #A8E570;
}
</style>