Shades of Feijoa #A0F46A
Tints of Feijoa #A0F46A
RGB
CMYK
RGB Variations
Color information
#A0F46A (or 0xA0F46A) is known color: Feijoa. HEX triplet: A0, F4 and 6A. RGB value is (160,244,106). Sum of RGB (Red+Green+Blue) = 160+244+106=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F46A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F46A is #5F0B95. Grayscale: #CBCBCB. Windows color (decimal): -6228886 or 7009440. OLE color: 7009440.
HSL color Cylindrical-coordinate representation of color #A0F46A: hue angle of 96.52º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0F46A is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 244 | 106 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.04 |
| HSL | 96.52º | 0.86% | 0.69% | - |
| HSV(B) | 96.52º | 0.57% | 0.96% | - |
| XYZ | 49.45 | 73.22 | 25.16 | - |
| YUV | 203.15 | 73.17 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 244 | 106 | 0.34 | 0 | 0.57 | 0.04 | 96.52 | 0.86 | 0.69 |
| Hex | A0 | F4 | 6A | 22 | 0 | 39 | 4 | 61 | 56 | 45 |
| Octal | 240 | 364 | 152 | 42 | 0 | 71 | 4 | 141 | 126 | 105 |
| Binary | 10100000 | 11110100 | 1101010 | 100010 | 0 | 111001 | 100 | 1100001 | 1010110 | 1000101 |
Color Harmonies of #A0F46A
Complementary color
Monochromatic Colors of #A0F46A
Black with #A0F46A
Text Example
Text Example
White with #A0F46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F46A; }
p { color: rgb(160,244,106); }
H1.HeaderClassName
{
color: #A0F46A;
}
.AnyTagClassName
{
color: #A0F46A;
}
</style>
background-color css
<style>
a { background-color: #A0F46A; }
a { background-color: rgb(160,244,106); }
div.DivClassName
{
background-color: #A0F46A;
}
.BgClassName
{
background-color: #A0F46A;
}
</style>
border-color css
<style>
span { border-color: #A0F46A; }
span { border-color: rgb(160,244,106); }
td.TdClassName
{
border-color: #A0F46A;
}
.TagClassName
{
border-color: #A0F46A;
}
</style>