Shades of Feijoa #A8EC7F
Tints of Feijoa #A8EC7F
RGB
CMYK
RGB Variations
Color information
#A8EC7F (or 0xA8EC7F) is known color: Feijoa. HEX triplet: A8, EC and 7F. RGB value is (168,236,127). Sum of RGB (Red+Green+Blue) = 168+236+127=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC7F is #571380. Grayscale: #CBCBCB. Windows color (decimal): -5706625 or 8383656. OLE color: 8383656.
HSL color Cylindrical-coordinate representation of color #A8EC7F: hue angle of 97.43º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8EC7F is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 127 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.07 |
| HSL | 97.43º | 0.74% | 0.71% | - |
| HSV(B) | 97.43º | 0.46% | 0.93% | - |
| XYZ | 49.97 | 69.85 | 30.93 | - |
| YUV | 203.24 | 84.97 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 127 | 0.29 | 0 | 0.46 | 0.07 | 97.43 | 0.74 | 0.71 |
| Hex | A8 | EC | 7F | 1D | 0 | 2E | 7 | 61 | 4A | 47 |
| Octal | 250 | 354 | 177 | 35 | 0 | 56 | 7 | 141 | 112 | 107 |
| Binary | 10101000 | 11101100 | 1111111 | 11101 | 0 | 101110 | 111 | 1100001 | 1001010 | 1000111 |
Color Harmonies of #A8EC7F
Complementary color
Monochromatic Colors of #A8EC7F
Black with #A8EC7F
Text Example
Text Example
White with #A8EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC7F; }
p { color: rgb(168,236,127); }
H1.HeaderClassName
{
color: #A8EC7F;
}
.AnyTagClassName
{
color: #A8EC7F;
}
</style>
background-color css
<style>
a { background-color: #A8EC7F; }
a { background-color: rgb(168,236,127); }
div.DivClassName
{
background-color: #A8EC7F;
}
.BgClassName
{
background-color: #A8EC7F;
}
</style>
border-color css
<style>
span { border-color: #A8EC7F; }
span { border-color: rgb(168,236,127); }
td.TdClassName
{
border-color: #A8EC7F;
}
.TagClassName
{
border-color: #A8EC7F;
}
</style>