Shades of Feijoa #A8F67F
Tints of Feijoa #A8F67F
RGB
CMYK
RGB Variations
Color information
#A8F67F (or 0xA8F67F) is known color: Feijoa. HEX triplet: A8, F6 and 7F. RGB value is (168,246,127). Sum of RGB (Red+Green+Blue) = 168+246+127=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F67F is #570980. Grayscale: #D1D1D1. Windows color (decimal): -5704065 or 8386216. OLE color: 8386216.
HSL color Cylindrical-coordinate representation of color #A8F67F: hue angle of 99.33º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8F67F is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 127 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.04 |
| HSL | 99.33º | 0.87% | 0.73% | - |
| HSV(B) | 99.33º | 0.48% | 0.96% | - |
| XYZ | 52.93 | 75.77 | 31.91 | - |
| YUV | 209.11 | 81.66 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 127 | 0.32 | 0 | 0.48 | 0.04 | 99.33 | 0.87 | 0.73 |
| Hex | A8 | F6 | 7F | 20 | 0 | 30 | 4 | 63 | 57 | 49 |
| Octal | 250 | 366 | 177 | 40 | 0 | 60 | 4 | 143 | 127 | 111 |
| Binary | 10101000 | 11110110 | 1111111 | 100000 | 0 | 110000 | 100 | 1100011 | 1010111 | 1001001 |
Color Harmonies of #A8F67F
Complementary color
Monochromatic Colors of #A8F67F
Black with #A8F67F
Text Example
Text Example
White with #A8F67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F67F; }
p { color: rgb(168,246,127); }
H1.HeaderClassName
{
color: #A8F67F;
}
.AnyTagClassName
{
color: #A8F67F;
}
</style>
background-color css
<style>
a { background-color: #A8F67F; }
a { background-color: rgb(168,246,127); }
div.DivClassName
{
background-color: #A8F67F;
}
.BgClassName
{
background-color: #A8F67F;
}
</style>
border-color css
<style>
span { border-color: #A8F67F; }
span { border-color: rgb(168,246,127); }
td.TdClassName
{
border-color: #A8F67F;
}
.TagClassName
{
border-color: #A8F67F;
}
</style>