Shades of Feijoa #A0F16D
Tints of Feijoa #A0F16D
RGB
CMYK
RGB Variations
Color information
#A0F16D (or 0xA0F16D) is known color: Feijoa. HEX triplet: A0, F1 and 6D. RGB value is (160,241,109). Sum of RGB (Red+Green+Blue) = 160+241+109=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F16D is #5F0E92. Grayscale: #CACACA. Windows color (decimal): -6229651 or 7205280. OLE color: 7205280.
HSL color Cylindrical-coordinate representation of color #A0F16D: hue angle of 96.82º 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 #A0F16D is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 109 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.05 |
| HSL | 96.82º | 0.83% | 0.69% | - |
| HSV(B) | 96.82º | 0.55% | 0.95% | - |
| XYZ | 48.71 | 71.49 | 25.7 | - |
| YUV | 201.73 | 75.66 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 109 | 0.34 | 0 | 0.55 | 0.05 | 96.82 | 0.83 | 0.69 |
| Hex | A0 | F1 | 6D | 22 | 0 | 37 | 5 | 61 | 52 | 45 |
| Octal | 240 | 361 | 155 | 42 | 0 | 67 | 5 | 141 | 122 | 105 |
| Binary | 10100000 | 11110001 | 1101101 | 100010 | 0 | 110111 | 101 | 1100001 | 1010010 | 1000101 |
Color Harmonies of #A0F16D
Complementary color
Monochromatic Colors of #A0F16D
Black with #A0F16D
Text Example
Text Example
White with #A0F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F16D; }
p { color: rgb(160,241,109); }
H1.HeaderClassName
{
color: #A0F16D;
}
.AnyTagClassName
{
color: #A0F16D;
}
</style>
background-color css
<style>
a { background-color: #A0F16D; }
a { background-color: rgb(160,241,109); }
div.DivClassName
{
background-color: #A0F16D;
}
.BgClassName
{
background-color: #A0F16D;
}
</style>
border-color css
<style>
span { border-color: #A0F16D; }
span { border-color: rgb(160,241,109); }
td.TdClassName
{
border-color: #A0F16D;
}
.TagClassName
{
border-color: #A0F16D;
}
</style>