Shades of Feijoa #A0D072
Tints of Feijoa #A0D072
RGB
CMYK
RGB Variations
Color information
#A0D072 (or 0xA0D072) is known color: Feijoa. HEX triplet: A0, D0 and 72. RGB value is (160,208,114). Sum of RGB (Red+Green+Blue) = 160+208+114=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D072 is #5F2F8D. Grayscale: #B7B7B7. Windows color (decimal): -6238094 or 7524512. OLE color: 7524512.
HSL color Cylindrical-coordinate representation of color #A0D072: hue angle of 90.64º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0D072 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 114 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.18 |
| HSL | 90.64º | 0.5% | 0.63% | - |
| HSV(B) | 90.64º | 0.45% | 0.82% | - |
| XYZ | 40.09 | 53.8 | 24.19 | - |
| YUV | 182.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 114 | 0.23 | 0 | 0.45 | 0.18 | 90.64 | 0.5 | 0.63 |
| Hex | A0 | D0 | 72 | 17 | 0 | 2D | 12 | 5B | 32 | 3F |
| Octal | 240 | 320 | 162 | 27 | 0 | 55 | 22 | 133 | 62 | 77 |
| Binary | 10100000 | 11010000 | 1110010 | 10111 | 0 | 101101 | 10010 | 1011011 | 110010 | 111111 |
Color Harmonies of #A0D072
Complementary color
Monochromatic Colors of #A0D072
Black with #A0D072
Text Example
Text Example
White with #A0D072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D072; }
p { color: rgb(160,208,114); }
H1.HeaderClassName
{
color: #A0D072;
}
.AnyTagClassName
{
color: #A0D072;
}
</style>
background-color css
<style>
a { background-color: #A0D072; }
a { background-color: rgb(160,208,114); }
div.DivClassName
{
background-color: #A0D072;
}
.BgClassName
{
background-color: #A0D072;
}
</style>
border-color css
<style>
span { border-color: #A0D072; }
span { border-color: rgb(160,208,114); }
td.TdClassName
{
border-color: #A0D072;
}
.TagClassName
{
border-color: #A0D072;
}
</style>