Shades of Feijoa #A0F97A
Tints of Feijoa #A0F97A
RGB
CMYK
RGB Variations
Color information
#A0F97A (or 0xA0F97A) is known color: Feijoa. HEX triplet: A0, F9 and 7A. RGB value is (160,249,122). Sum of RGB (Red+Green+Blue) = 160+249+122=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F97A is #5F0685. Grayscale: #D0D0D0. Windows color (decimal): -6227590 or 8059296. OLE color: 8059296.
HSL color Cylindrical-coordinate representation of color #A0F97A: hue angle of 102.05º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0F97A is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 122 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.02 |
| HSL | 102.05º | 0.91% | 0.73% | - |
| HSV(B) | 102.05º | 0.51% | 0.98% | - |
| XYZ | 51.89 | 76.63 | 30.47 | - |
| YUV | 207.91 | 79.51 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 122 | 0.36 | 0 | 0.51 | 0.02 | 102.05 | 0.91 | 0.73 |
| Hex | A0 | F9 | 7A | 24 | 0 | 33 | 2 | 66 | 5B | 49 |
| Octal | 240 | 371 | 172 | 44 | 0 | 63 | 2 | 146 | 133 | 111 |
| Binary | 10100000 | 11111001 | 1111010 | 100100 | 0 | 110011 | 10 | 1100110 | 1011011 | 1001001 |
Color Harmonies of #A0F97A
Complementary color
Monochromatic Colors of #A0F97A
Black with #A0F97A
Text Example
Text Example
White with #A0F97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F97A; }
p { color: rgb(160,249,122); }
H1.HeaderClassName
{
color: #A0F97A;
}
.AnyTagClassName
{
color: #A0F97A;
}
</style>
background-color css
<style>
a { background-color: #A0F97A; }
a { background-color: rgb(160,249,122); }
div.DivClassName
{
background-color: #A0F97A;
}
.BgClassName
{
background-color: #A0F97A;
}
</style>
border-color css
<style>
span { border-color: #A0F97A; }
span { border-color: rgb(160,249,122); }
td.TdClassName
{
border-color: #A0F97A;
}
.TagClassName
{
border-color: #A0F97A;
}
</style>