Shades of Feijoa #A8E17F
Tints of Feijoa #A8E17F
RGB
CMYK
RGB Variations
Color information
#A8E17F (or 0xA8E17F) is known color: Feijoa. HEX triplet: A8, E1 and 7F. RGB value is (168,225,127). Sum of RGB (Red+Green+Blue) = 168+225+127=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E17F is #571E80. Grayscale: #C5C5C5. Windows color (decimal): -5709441 or 8380840. OLE color: 8380840.
HSL color Cylindrical-coordinate representation of color #A8E17F: hue angle of 94.9º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8E17F is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 127 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.12 |
| HSL | 94.9º | 0.62% | 0.69% | - |
| HSV(B) | 94.9º | 0.44% | 0.88% | - |
| XYZ | 46.9 | 63.71 | 29.9 | - |
| YUV | 196.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 127 | 0.25 | 0 | 0.44 | 0.12 | 94.9 | 0.62 | 0.69 |
| Hex | A8 | E1 | 7F | 19 | 0 | 2C | C | 5F | 3E | 45 |
| Octal | 250 | 341 | 177 | 31 | 0 | 54 | 14 | 137 | 76 | 105 |
| Binary | 10101000 | 11100001 | 1111111 | 11001 | 0 | 101100 | 1100 | 1011111 | 111110 | 1000101 |
Color Harmonies of #A8E17F
Complementary color
Monochromatic Colors of #A8E17F
Black with #A8E17F
Text Example
Text Example
White with #A8E17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E17F; }
p { color: rgb(168,225,127); }
H1.HeaderClassName
{
color: #A8E17F;
}
.AnyTagClassName
{
color: #A8E17F;
}
</style>
background-color css
<style>
a { background-color: #A8E17F; }
a { background-color: rgb(168,225,127); }
div.DivClassName
{
background-color: #A8E17F;
}
.BgClassName
{
background-color: #A8E17F;
}
</style>
border-color css
<style>
span { border-color: #A8E17F; }
span { border-color: rgb(168,225,127); }
td.TdClassName
{
border-color: #A8E17F;
}
.TagClassName
{
border-color: #A8E17F;
}
</style>