Shades of Feijoa #A0FC6D
Tints of Feijoa #A0FC6D
RGB
CMYK
RGB Variations
Color information
#A0FC6D (or 0xA0FC6D) is known color: Feijoa. HEX triplet: A0, FC and 6D. RGB value is (160,252,109). Sum of RGB (Red+Green+Blue) = 160+252+109=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FC6D is #5F0392. Grayscale: #D0D0D0. Windows color (decimal): -6226835 or 7208096. OLE color: 7208096.
HSL color Cylindrical-coordinate representation of color #A0FC6D: hue angle of 98.6º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0FC6D is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 109 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.01 |
| HSL | 98.6º | 0.96% | 0.71% | - |
| HSV(B) | 98.6º | 0.57% | 0.99% | - |
| XYZ | 52.07 | 78.2 | 26.82 | - |
| YUV | 208.19 | 72.02 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 109 | 0.37 | 0 | 0.57 | 0.01 | 98.6 | 0.96 | 0.71 |
| Hex | A0 | FC | 6D | 25 | 0 | 39 | 1 | 63 | 60 | 47 |
| Octal | 240 | 374 | 155 | 45 | 0 | 71 | 1 | 143 | 140 | 107 |
| Binary | 10100000 | 11111100 | 1101101 | 100101 | 0 | 111001 | 1 | 1100011 | 1100000 | 1000111 |
Color Harmonies of #A0FC6D
Complementary color
Monochromatic Colors of #A0FC6D
Black with #A0FC6D
Text Example
Text Example
White with #A0FC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC6D; }
p { color: rgb(160,252,109); }
H1.HeaderClassName
{
color: #A0FC6D;
}
.AnyTagClassName
{
color: #A0FC6D;
}
</style>
background-color css
<style>
a { background-color: #A0FC6D; }
a { background-color: rgb(160,252,109); }
div.DivClassName
{
background-color: #A0FC6D;
}
.BgClassName
{
background-color: #A0FC6D;
}
</style>
border-color css
<style>
span { border-color: #A0FC6D; }
span { border-color: rgb(160,252,109); }
td.TdClassName
{
border-color: #A0FC6D;
}
.TagClassName
{
border-color: #A0FC6D;
}
</style>