Shades of Feijoa #A8F07F
Tints of Feijoa #A8F07F
RGB
CMYK
RGB Variations
Color information
#A8F07F (or 0xA8F07F) is known color: Feijoa. HEX triplet: A8, F0 and 7F. RGB value is (168,240,127). Sum of RGB (Red+Green+Blue) = 168+240+127=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F07F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F07F is #570F80. Grayscale: #CDCDCD. Windows color (decimal): -5705601 or 8384680. OLE color: 8384680.
HSL color Cylindrical-coordinate representation of color #A8F07F: hue angle of 98.23º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8F07F is Cyan = 0.3, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 127 | - |
| CMYK | 0.3 | 0 | 0.47 | 0.06 |
| HSL | 98.23º | 0.79% | 0.72% | - |
| HSV(B) | 98.23º | 0.47% | 0.94% | - |
| XYZ | 51.14 | 72.18 | 31.31 | - |
| YUV | 205.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 127 | 0.3 | 0 | 0.47 | 0.06 | 98.23 | 0.79 | 0.72 |
| Hex | A8 | F0 | 7F | 1E | 0 | 2F | 6 | 62 | 4F | 48 |
| Octal | 250 | 360 | 177 | 36 | 0 | 57 | 6 | 142 | 117 | 110 |
| Binary | 10101000 | 11110000 | 1111111 | 11110 | 0 | 101111 | 110 | 1100010 | 1001111 | 1001000 |
Color Harmonies of #A8F07F
Complementary color
Monochromatic Colors of #A8F07F
Black with #A8F07F
Text Example
Text Example
White with #A8F07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F07F; }
p { color: rgb(168,240,127); }
H1.HeaderClassName
{
color: #A8F07F;
}
.AnyTagClassName
{
color: #A8F07F;
}
</style>
background-color css
<style>
a { background-color: #A8F07F; }
a { background-color: rgb(168,240,127); }
div.DivClassName
{
background-color: #A8F07F;
}
.BgClassName
{
background-color: #A8F07F;
}
</style>
border-color css
<style>
span { border-color: #A8F07F; }
span { border-color: rgb(168,240,127); }
td.TdClassName
{
border-color: #A8F07F;
}
.TagClassName
{
border-color: #A8F07F;
}
</style>