Shades of Feijoa #A0F47A
Tints of Feijoa #A0F47A
RGB
CMYK
RGB Variations
Color information
#A0F47A (or 0xA0F47A) is known color: Feijoa. HEX triplet: A0, F4 and 7A. RGB value is (160,244,122). Sum of RGB (Red+Green+Blue) = 160+244+122=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F47A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F47A is #5F0B85. Grayscale: #CDCDCD. Windows color (decimal): -6228870 or 8058016. OLE color: 8058016.
HSL color Cylindrical-coordinate representation of color #A0F47A: hue angle of 101.31º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0F47A is Cyan = 0.34, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 244 | 122 | - |
| CMYK | 0.34 | 0 | 0.5 | 0.04 |
| HSL | 101.31º | 0.85% | 0.72% | - |
| HSV(B) | 101.31º | 0.5% | 0.96% | - |
| XYZ | 50.36 | 73.58 | 29.96 | - |
| YUV | 204.98 | 81.17 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 244 | 122 | 0.34 | 0 | 0.5 | 0.04 | 101.31 | 0.85 | 0.72 |
| Hex | A0 | F4 | 7A | 22 | 0 | 32 | 4 | 65 | 55 | 48 |
| Octal | 240 | 364 | 172 | 42 | 0 | 62 | 4 | 145 | 125 | 110 |
| Binary | 10100000 | 11110100 | 1111010 | 100010 | 0 | 110010 | 100 | 1100101 | 1010101 | 1001000 |
Color Harmonies of #A0F47A
Complementary color
Monochromatic Colors of #A0F47A
Black with #A0F47A
Text Example
Text Example
White with #A0F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F47A; }
p { color: rgb(160,244,122); }
H1.HeaderClassName
{
color: #A0F47A;
}
.AnyTagClassName
{
color: #A0F47A;
}
</style>
background-color css
<style>
a { background-color: #A0F47A; }
a { background-color: rgb(160,244,122); }
div.DivClassName
{
background-color: #A0F47A;
}
.BgClassName
{
background-color: #A0F47A;
}
</style>
border-color css
<style>
span { border-color: #A0F47A; }
span { border-color: rgb(160,244,122); }
td.TdClassName
{
border-color: #A0F47A;
}
.TagClassName
{
border-color: #A0F47A;
}
</style>