Shades of Feijoa #A8E17B
Tints of Feijoa #A8E17B
RGB
CMYK
RGB Variations
Color information
#A8E17B (or 0xA8E17B) is known color: Feijoa. HEX triplet: A8, E1 and 7B. RGB value is (168,225,123). Sum of RGB (Red+Green+Blue) = 168+225+123=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E17B is #571E84. Grayscale: #C4C4C4. Windows color (decimal): -5709445 or 8118696. OLE color: 8118696.
HSL color Cylindrical-coordinate representation of color #A8E17B: hue angle of 93.53º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8E17B is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 123 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.12 |
| HSL | 93.53º | 0.63% | 0.68% | - |
| HSV(B) | 93.53º | 0.45% | 0.88% | - |
| XYZ | 46.65 | 63.61 | 28.56 | - |
| YUV | 196.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 123 | 0.25 | 0 | 0.45 | 0.12 | 93.53 | 0.63 | 0.68 |
| Hex | A8 | E1 | 7B | 19 | 0 | 2D | C | 5E | 3F | 44 |
| Octal | 250 | 341 | 173 | 31 | 0 | 55 | 14 | 136 | 77 | 104 |
| Binary | 10101000 | 11100001 | 1111011 | 11001 | 0 | 101101 | 1100 | 1011110 | 111111 | 1000100 |
Color Harmonies of #A8E17B
Complementary color
Monochromatic Colors of #A8E17B
Black with #A8E17B
Text Example
Text Example
White with #A8E17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E17B; }
p { color: rgb(168,225,123); }
H1.HeaderClassName
{
color: #A8E17B;
}
.AnyTagClassName
{
color: #A8E17B;
}
</style>
background-color css
<style>
a { background-color: #A8E17B; }
a { background-color: rgb(168,225,123); }
div.DivClassName
{
background-color: #A8E17B;
}
.BgClassName
{
background-color: #A8E17B;
}
</style>
border-color css
<style>
span { border-color: #A8E17B; }
span { border-color: rgb(168,225,123); }
td.TdClassName
{
border-color: #A8E17B;
}
.TagClassName
{
border-color: #A8E17B;
}
</style>