Shades of Feijoa #A8E07F
Tints of Feijoa #A8E07F
RGB
CMYK
RGB Variations
Color information
#A8E07F (or 0xA8E07F) is known color: Feijoa. HEX triplet: A8, E0 and 7F. RGB value is (168,224,127). Sum of RGB (Red+Green+Blue) = 168+224+127=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E07F is #571F80. Grayscale: #C4C4C4. Windows color (decimal): -5709697 or 8380584. OLE color: 8380584.
HSL color Cylindrical-coordinate representation of color #A8E07F: hue angle of 94.64º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8E07F is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 127 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.12 |
| HSL | 94.64º | 0.61% | 0.69% | - |
| HSV(B) | 94.64º | 0.43% | 0.88% | - |
| XYZ | 46.63 | 63.17 | 29.81 | - |
| YUV | 196.2 | 88.95 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 127 | 0.25 | 0 | 0.43 | 0.12 | 94.64 | 0.61 | 0.69 |
| Hex | A8 | E0 | 7F | 19 | 0 | 2B | C | 5F | 3D | 45 |
| Octal | 250 | 340 | 177 | 31 | 0 | 53 | 14 | 137 | 75 | 105 |
| Binary | 10101000 | 11100000 | 1111111 | 11001 | 0 | 101011 | 1100 | 1011111 | 111101 | 1000101 |
Color Harmonies of #A8E07F
Complementary color
Monochromatic Colors of #A8E07F
Black with #A8E07F
Text Example
Text Example
White with #A8E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E07F; }
p { color: rgb(168,224,127); }
H1.HeaderClassName
{
color: #A8E07F;
}
.AnyTagClassName
{
color: #A8E07F;
}
</style>
background-color css
<style>
a { background-color: #A8E07F; }
a { background-color: rgb(168,224,127); }
div.DivClassName
{
background-color: #A8E07F;
}
.BgClassName
{
background-color: #A8E07F;
}
</style>
border-color css
<style>
span { border-color: #A8E07F; }
span { border-color: rgb(168,224,127); }
td.TdClassName
{
border-color: #A8E07F;
}
.TagClassName
{
border-color: #A8E07F;
}
</style>