Shades of Feijoa #A8EC6E
Tints of Feijoa #A8EC6E
RGB
CMYK
RGB Variations
Color information
#A8EC6E (or 0xA8EC6E) is known color: Feijoa. HEX triplet: A8, EC and 6E. RGB value is (168,236,110). Sum of RGB (Red+Green+Blue) = 168+236+110=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC6E is #571391. Grayscale: #C9C9C9. Windows color (decimal): -5706642 or 7269544. OLE color: 7269544.
HSL color Cylindrical-coordinate representation of color #A8EC6E: hue angle of 92.38º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8EC6E is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 110 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.07 |
| HSL | 92.38º | 0.77% | 0.68% | - |
| HSV(B) | 92.38º | 0.53% | 0.93% | - |
| XYZ | 48.96 | 69.44 | 25.58 | - |
| YUV | 201.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 110 | 0.29 | 0 | 0.53 | 0.07 | 92.38 | 0.77 | 0.68 |
| Hex | A8 | EC | 6E | 1D | 0 | 35 | 7 | 5C | 4D | 44 |
| Octal | 250 | 354 | 156 | 35 | 0 | 65 | 7 | 134 | 115 | 104 |
| Binary | 10101000 | 11101100 | 1101110 | 11101 | 0 | 110101 | 111 | 1011100 | 1001101 | 1000100 |
Color Harmonies of #A8EC6E
Complementary color
Monochromatic Colors of #A8EC6E
Black with #A8EC6E
Text Example
Text Example
White with #A8EC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC6E; }
p { color: rgb(168,236,110); }
H1.HeaderClassName
{
color: #A8EC6E;
}
.AnyTagClassName
{
color: #A8EC6E;
}
</style>
background-color css
<style>
a { background-color: #A8EC6E; }
a { background-color: rgb(168,236,110); }
div.DivClassName
{
background-color: #A8EC6E;
}
.BgClassName
{
background-color: #A8EC6E;
}
</style>
border-color css
<style>
span { border-color: #A8EC6E; }
span { border-color: rgb(168,236,110); }
td.TdClassName
{
border-color: #A8EC6E;
}
.TagClassName
{
border-color: #A8EC6E;
}
</style>