Shades of Feijoa #A0F275
Tints of Feijoa #A0F275
RGB
CMYK
RGB Variations
Color information
#A0F275 (or 0xA0F275) is known color: Feijoa. HEX triplet: A0, F2 and 75. RGB value is (160,242,117). Sum of RGB (Red+Green+Blue) = 160+242+117=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F275 is #5F0D8A. Grayscale: #CBCBCB. Windows color (decimal): -6229387 or 7729824. OLE color: 7729824.
HSL color Cylindrical-coordinate representation of color #A0F275: hue angle of 99.36º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0F275 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 117 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.05 |
| HSL | 99.36º | 0.83% | 0.7% | - |
| HSV(B) | 99.36º | 0.52% | 0.95% | - |
| XYZ | 49.46 | 72.26 | 28.17 | - |
| YUV | 203.23 | 79.33 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 117 | 0.34 | 0 | 0.52 | 0.05 | 99.36 | 0.83 | 0.7 |
| Hex | A0 | F2 | 75 | 22 | 0 | 34 | 5 | 63 | 53 | 46 |
| Octal | 240 | 362 | 165 | 42 | 0 | 64 | 5 | 143 | 123 | 106 |
| Binary | 10100000 | 11110010 | 1110101 | 100010 | 0 | 110100 | 101 | 1100011 | 1010011 | 1000110 |
Color Harmonies of #A0F275
Complementary color
Monochromatic Colors of #A0F275
Black with #A0F275
Text Example
Text Example
White with #A0F275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F275; }
p { color: rgb(160,242,117); }
H1.HeaderClassName
{
color: #A0F275;
}
.AnyTagClassName
{
color: #A0F275;
}
</style>
background-color css
<style>
a { background-color: #A0F275; }
a { background-color: rgb(160,242,117); }
div.DivClassName
{
background-color: #A0F275;
}
.BgClassName
{
background-color: #A0F275;
}
</style>
border-color css
<style>
span { border-color: #A0F275; }
span { border-color: rgb(160,242,117); }
td.TdClassName
{
border-color: #A0F275;
}
.TagClassName
{
border-color: #A0F275;
}
</style>