Shades of Feijoa #A0D172
Tints of Feijoa #A0D172
RGB
CMYK
RGB Variations
Color information
#A0D172 (or 0xA0D172) is known color: Feijoa. HEX triplet: A0, D1 and 72. RGB value is (160,209,114). Sum of RGB (Red+Green+Blue) = 160+209+114=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D172 is #5F2E8D. Grayscale: #B7B7B7. Windows color (decimal): -6237838 or 7524768. OLE color: 7524768.
HSL color Cylindrical-coordinate representation of color #A0D172: hue angle of 90.95º degrees, saturation: 0.51, 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 #A0D172 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 114 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.18 |
| HSL | 90.95º | 0.51% | 0.63% | - |
| HSV(B) | 90.95º | 0.45% | 0.82% | - |
| XYZ | 40.33 | 54.29 | 24.27 | - |
| YUV | 183.52 | 88.77 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 114 | 0.23 | 0 | 0.45 | 0.18 | 90.95 | 0.51 | 0.63 |
| Hex | A0 | D1 | 72 | 17 | 0 | 2D | 12 | 5B | 33 | 3F |
| Octal | 240 | 321 | 162 | 27 | 0 | 55 | 22 | 133 | 63 | 77 |
| Binary | 10100000 | 11010001 | 1110010 | 10111 | 0 | 101101 | 10010 | 1011011 | 110011 | 111111 |
Color Harmonies of #A0D172
Complementary color
Monochromatic Colors of #A0D172
Black with #A0D172
Text Example
Text Example
White with #A0D172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D172; }
p { color: rgb(160,209,114); }
H1.HeaderClassName
{
color: #A0D172;
}
.AnyTagClassName
{
color: #A0D172;
}
</style>
background-color css
<style>
a { background-color: #A0D172; }
a { background-color: rgb(160,209,114); }
div.DivClassName
{
background-color: #A0D172;
}
.BgClassName
{
background-color: #A0D172;
}
</style>
border-color css
<style>
span { border-color: #A0D172; }
span { border-color: rgb(160,209,114); }
td.TdClassName
{
border-color: #A0D172;
}
.TagClassName
{
border-color: #A0D172;
}
</style>