Shades of Feijoa #A8EC6F
Tints of Feijoa #A8EC6F
RGB
CMYK
RGB Variations
Color information
#A8EC6F (or 0xA8EC6F) is known color: Feijoa. HEX triplet: A8, EC and 6F. RGB value is (168,236,111). Sum of RGB (Red+Green+Blue) = 168+236+111=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC6F is #571390. Grayscale: #C9C9C9. Windows color (decimal): -5706641 or 7335080. OLE color: 7335080.
HSL color Cylindrical-coordinate representation of color #A8EC6F: hue angle of 92.64º 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 #A8EC6F is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 111 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.07 |
| HSL | 92.64º | 0.77% | 0.68% | - |
| HSV(B) | 92.64º | 0.53% | 0.93% | - |
| XYZ | 49.01 | 69.46 | 25.86 | - |
| YUV | 201.42 | 76.97 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 111 | 0.29 | 0 | 0.53 | 0.07 | 92.64 | 0.77 | 0.68 |
| Hex | A8 | EC | 6F | 1D | 0 | 35 | 7 | 5D | 4D | 44 |
| Octal | 250 | 354 | 157 | 35 | 0 | 65 | 7 | 135 | 115 | 104 |
| Binary | 10101000 | 11101100 | 1101111 | 11101 | 0 | 110101 | 111 | 1011101 | 1001101 | 1000100 |
Color Harmonies of #A8EC6F
Complementary color
Monochromatic Colors of #A8EC6F
Black with #A8EC6F
Text Example
Text Example
White with #A8EC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC6F; }
p { color: rgb(168,236,111); }
H1.HeaderClassName
{
color: #A8EC6F;
}
.AnyTagClassName
{
color: #A8EC6F;
}
</style>
background-color css
<style>
a { background-color: #A8EC6F; }
a { background-color: rgb(168,236,111); }
div.DivClassName
{
background-color: #A8EC6F;
}
.BgClassName
{
background-color: #A8EC6F;
}
</style>
border-color css
<style>
span { border-color: #A8EC6F; }
span { border-color: rgb(168,236,111); }
td.TdClassName
{
border-color: #A8EC6F;
}
.TagClassName
{
border-color: #A8EC6F;
}
</style>