Shades of Feijoa #A0F672
Tints of Feijoa #A0F672
RGB
CMYK
RGB Variations
Color information
#A0F672 (or 0xA0F672) is known color: Feijoa. HEX triplet: A0, F6 and 72. RGB value is (160,246,114). Sum of RGB (Red+Green+Blue) = 160+246+114=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F672 is #5F098D. Grayscale: #CDCDCD. Windows color (decimal): -6228366 or 7534240. OLE color: 7534240.
HSL color Cylindrical-coordinate representation of color #A0F672: hue angle of 99.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0F672 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 114 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.04 |
| HSL | 99.09º | 0.88% | 0.71% | - |
| HSV(B) | 99.09º | 0.54% | 0.96% | - |
| XYZ | 50.49 | 74.6 | 27.66 | - |
| YUV | 205.24 | 76.51 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 114 | 0.35 | 0 | 0.54 | 0.04 | 99.09 | 0.88 | 0.71 |
| Hex | A0 | F6 | 72 | 23 | 0 | 36 | 4 | 63 | 58 | 47 |
| Octal | 240 | 366 | 162 | 43 | 0 | 66 | 4 | 143 | 130 | 107 |
| Binary | 10100000 | 11110110 | 1110010 | 100011 | 0 | 110110 | 100 | 1100011 | 1011000 | 1000111 |
Color Harmonies of #A0F672
Complementary color
Monochromatic Colors of #A0F672
Black with #A0F672
Text Example
Text Example
White with #A0F672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F672; }
p { color: rgb(160,246,114); }
H1.HeaderClassName
{
color: #A0F672;
}
.AnyTagClassName
{
color: #A0F672;
}
</style>
background-color css
<style>
a { background-color: #A0F672; }
a { background-color: rgb(160,246,114); }
div.DivClassName
{
background-color: #A0F672;
}
.BgClassName
{
background-color: #A0F672;
}
</style>
border-color css
<style>
span { border-color: #A0F672; }
span { border-color: rgb(160,246,114); }
td.TdClassName
{
border-color: #A0F672;
}
.TagClassName
{
border-color: #A0F672;
}
</style>