Shades of Feijoa #A8E17D
Tints of Feijoa #A8E17D
RGB
CMYK
RGB Variations
Color information
#A8E17D (or 0xA8E17D) is known color: Feijoa. HEX triplet: A8, E1 and 7D. RGB value is (168,225,125). Sum of RGB (Red+Green+Blue) = 168+225+125=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E17D is #571E82. Grayscale: #C4C4C4. Windows color (decimal): -5709443 or 8249768. OLE color: 8249768.
HSL color Cylindrical-coordinate representation of color #A8E17D: hue angle of 94.2º 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 #A8E17D is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 125 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.12 |
| HSL | 94.2º | 0.63% | 0.69% | - |
| HSV(B) | 94.2º | 0.44% | 0.88% | - |
| XYZ | 46.78 | 63.66 | 29.22 | - |
| YUV | 196.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 125 | 0.25 | 0 | 0.44 | 0.12 | 94.2 | 0.63 | 0.69 |
| Hex | A8 | E1 | 7D | 19 | 0 | 2C | C | 5E | 3E | 45 |
| Octal | 250 | 341 | 175 | 31 | 0 | 54 | 14 | 136 | 76 | 105 |
| Binary | 10101000 | 11100001 | 1111101 | 11001 | 0 | 101100 | 1100 | 1011110 | 111110 | 1000101 |
Color Harmonies of #A8E17D
Complementary color
Monochromatic Colors of #A8E17D
Black with #A8E17D
Text Example
Text Example
White with #A8E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E17D; }
p { color: rgb(168,225,125); }
H1.HeaderClassName
{
color: #A8E17D;
}
.AnyTagClassName
{
color: #A8E17D;
}
</style>
background-color css
<style>
a { background-color: #A8E17D; }
a { background-color: rgb(168,225,125); }
div.DivClassName
{
background-color: #A8E17D;
}
.BgClassName
{
background-color: #A8E17D;
}
</style>
border-color css
<style>
span { border-color: #A8E17D; }
span { border-color: rgb(168,225,125); }
td.TdClassName
{
border-color: #A8E17D;
}
.TagClassName
{
border-color: #A8E17D;
}
</style>