Shades of Feijoa #A0E972
Tints of Feijoa #A0E972
RGB
CMYK
RGB Variations
Color information
#A0E972 (or 0xA0E972) is known color: Feijoa. HEX triplet: A0, E9 and 72. RGB value is (160,233,114). Sum of RGB (Red+Green+Blue) = 160+233+114=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E972 is #5F168D. Grayscale: #C6C6C6. Windows color (decimal): -6231694 or 7530912. OLE color: 7530912.
HSL color Cylindrical-coordinate representation of color #A0E972: hue angle of 96.81º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0E972 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 114 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.09 |
| HSL | 96.81º | 0.73% | 0.68% | - |
| HSV(B) | 96.81º | 0.51% | 0.91% | - |
| XYZ | 46.67 | 66.97 | 26.39 | - |
| YUV | 197.61 | 80.82 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 114 | 0.31 | 0 | 0.51 | 0.09 | 96.81 | 0.73 | 0.68 |
| Hex | A0 | E9 | 72 | 1F | 0 | 33 | 9 | 61 | 49 | 44 |
| Octal | 240 | 351 | 162 | 37 | 0 | 63 | 11 | 141 | 111 | 104 |
| Binary | 10100000 | 11101001 | 1110010 | 11111 | 0 | 110011 | 1001 | 1100001 | 1001001 | 1000100 |
Color Harmonies of #A0E972
Complementary color
Monochromatic Colors of #A0E972
Black with #A0E972
Text Example
Text Example
White with #A0E972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E972; }
p { color: rgb(160,233,114); }
H1.HeaderClassName
{
color: #A0E972;
}
.AnyTagClassName
{
color: #A0E972;
}
</style>
background-color css
<style>
a { background-color: #A0E972; }
a { background-color: rgb(160,233,114); }
div.DivClassName
{
background-color: #A0E972;
}
.BgClassName
{
background-color: #A0E972;
}
</style>
border-color css
<style>
span { border-color: #A0E972; }
span { border-color: rgb(160,233,114); }
td.TdClassName
{
border-color: #A0E972;
}
.TagClassName
{
border-color: #A0E972;
}
</style>