Shades of Feijoa #A8F16F
Tints of Feijoa #A8F16F
RGB
CMYK
RGB Variations
Color information
#A8F16F (or 0xA8F16F) is known color: Feijoa. HEX triplet: A8, F1 and 6F. RGB value is (168,241,111). Sum of RGB (Red+Green+Blue) = 168+241+111=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F16F is #570E90. Grayscale: #CCCCCC. Windows color (decimal): -5705361 or 7336360. OLE color: 7336360.
HSL color Cylindrical-coordinate representation of color #A8F16F: hue angle of 93.69º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8F16F is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 111 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.05 |
| HSL | 93.69º | 0.82% | 0.69% | - |
| HSV(B) | 93.69º | 0.54% | 0.95% | - |
| XYZ | 50.47 | 72.38 | 26.35 | - |
| YUV | 204.35 | 75.32 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 111 | 0.30 | 0 | 0.54 | 0.05 | 93.69 | 0.82 | 0.69 |
| Hex | A8 | F1 | 6F | 1E | 0 | 36 | 5 | 5E | 52 | 45 |
| Octal | 250 | 361 | 157 | 36 | 0 | 66 | 5 | 136 | 122 | 105 |
| Binary | 10101000 | 11110001 | 1101111 | 11110 | 0 | 110110 | 101 | 1011110 | 1010010 | 1000101 |
Color Harmonies of #A8F16F
Complementary color
Monochromatic Colors of #A8F16F
Black with #A8F16F
Text Example
Text Example
White with #A8F16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F16F; }
p { color: rgb(168,241,111); }
H1.HeaderClassName
{
color: #A8F16F;
}
.AnyTagClassName
{
color: #A8F16F;
}
</style>
background-color css
<style>
a { background-color: #A8F16F; }
a { background-color: rgb(168,241,111); }
div.DivClassName
{
background-color: #A8F16F;
}
.BgClassName
{
background-color: #A8F16F;
}
</style>
border-color css
<style>
span { border-color: #A8F16F; }
span { border-color: rgb(168,241,111); }
td.TdClassName
{
border-color: #A8F16F;
}
.TagClassName
{
border-color: #A8F16F;
}
</style>