Shades of Feijoa #A8EA7F
Tints of Feijoa #A8EA7F
RGB
CMYK
RGB Variations
Color information
#A8EA7F (or 0xA8EA7F) is known color: Feijoa. HEX triplet: A8, EA and 7F. RGB value is (168,234,127). Sum of RGB (Red+Green+Blue) = 168+234+127=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA7F is #571580. Grayscale: #CACACA. Windows color (decimal): -5707137 or 8383144. OLE color: 8383144.
HSL color Cylindrical-coordinate representation of color #A8EA7F: hue angle of 97.01º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8EA7F is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 127 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.08 |
| HSL | 97.01º | 0.72% | 0.71% | - |
| HSV(B) | 97.01º | 0.46% | 0.92% | - |
| XYZ | 49.4 | 68.7 | 30.74 | - |
| YUV | 202.07 | 85.63 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 127 | 0.28 | 0 | 0.46 | 0.08 | 97.01 | 0.72 | 0.71 |
| Hex | A8 | EA | 7F | 1C | 0 | 2E | 8 | 61 | 48 | 47 |
| Octal | 250 | 352 | 177 | 34 | 0 | 56 | 10 | 141 | 110 | 107 |
| Binary | 10101000 | 11101010 | 1111111 | 11100 | 0 | 101110 | 1000 | 1100001 | 1001000 | 1000111 |
Color Harmonies of #A8EA7F
Complementary color
Monochromatic Colors of #A8EA7F
Black with #A8EA7F
Text Example
Text Example
White with #A8EA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA7F; }
p { color: rgb(168,234,127); }
H1.HeaderClassName
{
color: #A8EA7F;
}
.AnyTagClassName
{
color: #A8EA7F;
}
</style>
background-color css
<style>
a { background-color: #A8EA7F; }
a { background-color: rgb(168,234,127); }
div.DivClassName
{
background-color: #A8EA7F;
}
.BgClassName
{
background-color: #A8EA7F;
}
</style>
border-color css
<style>
span { border-color: #A8EA7F; }
span { border-color: rgb(168,234,127); }
td.TdClassName
{
border-color: #A8EA7F;
}
.TagClassName
{
border-color: #A8EA7F;
}
</style>