Shades of Feijoa #A8F16D
Tints of Feijoa #A8F16D
RGB
CMYK
RGB Variations
Color information
#A8F16D (or 0xA8F16D) is known color: Feijoa. HEX triplet: A8, F1 and 6D. RGB value is (168,241,109). Sum of RGB (Red+Green+Blue) = 168+241+109=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F16D is #570E92. Grayscale: #CCCCCC. Windows color (decimal): -5705363 or 7205288. OLE color: 7205288.
HSL color Cylindrical-coordinate representation of color #A8F16D: hue angle of 93.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8F16D is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 109 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.05 |
| HSL | 93.18º | 0.83% | 0.69% | - |
| HSV(B) | 93.18º | 0.55% | 0.95% | - |
| XYZ | 50.36 | 72.34 | 25.78 | - |
| YUV | 204.13 | 74.32 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 109 | 0.30 | 0 | 0.55 | 0.05 | 93.18 | 0.83 | 0.69 |
| Hex | A8 | F1 | 6D | 1E | 0 | 37 | 5 | 5D | 52 | 45 |
| Octal | 250 | 361 | 155 | 36 | 0 | 67 | 5 | 135 | 122 | 105 |
| Binary | 10101000 | 11110001 | 1101101 | 11110 | 0 | 110111 | 101 | 1011101 | 1010010 | 1000101 |
Color Harmonies of #A8F16D
Complementary color
Monochromatic Colors of #A8F16D
Black with #A8F16D
Text Example
Text Example
White with #A8F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F16D; }
p { color: rgb(168,241,109); }
H1.HeaderClassName
{
color: #A8F16D;
}
.AnyTagClassName
{
color: #A8F16D;
}
</style>
background-color css
<style>
a { background-color: #A8F16D; }
a { background-color: rgb(168,241,109); }
div.DivClassName
{
background-color: #A8F16D;
}
.BgClassName
{
background-color: #A8F16D;
}
</style>
border-color css
<style>
span { border-color: #A8F16D; }
span { border-color: rgb(168,241,109); }
td.TdClassName
{
border-color: #A8F16D;
}
.TagClassName
{
border-color: #A8F16D;
}
</style>