Shades of Feijoa #A0D572
Tints of Feijoa #A0D572
RGB
CMYK
RGB Variations
Color information
#A0D572 (or 0xA0D572) is known color: Feijoa. HEX triplet: A0, D5 and 72. RGB value is (160,213,114). Sum of RGB (Red+Green+Blue) = 160+213+114=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D572 is #5F2A8D. Grayscale: #BABABA. Windows color (decimal): -6236814 or 7525792. OLE color: 7525792.
HSL color Cylindrical-coordinate representation of color #A0D572: hue angle of 92.12º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0D572 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 114 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.16 |
| HSL | 92.12º | 0.54% | 0.64% | - |
| HSV(B) | 92.12º | 0.46% | 0.84% | - |
| XYZ | 41.33 | 56.28 | 24.6 | - |
| YUV | 185.87 | 87.44 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 114 | 0.25 | 0 | 0.46 | 0.16 | 92.12 | 0.54 | 0.64 |
| Hex | A0 | D5 | 72 | 19 | 0 | 2E | 10 | 5C | 36 | 40 |
| Octal | 240 | 325 | 162 | 31 | 0 | 56 | 20 | 134 | 66 | 100 |
| Binary | 10100000 | 11010101 | 1110010 | 11001 | 0 | 101110 | 10000 | 1011100 | 110110 | 1000000 |
Color Harmonies of #A0D572
Complementary color
Monochromatic Colors of #A0D572
Black with #A0D572
Text Example
Text Example
White with #A0D572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D572; }
p { color: rgb(160,213,114); }
H1.HeaderClassName
{
color: #A0D572;
}
.AnyTagClassName
{
color: #A0D572;
}
</style>
background-color css
<style>
a { background-color: #A0D572; }
a { background-color: rgb(160,213,114); }
div.DivClassName
{
background-color: #A0D572;
}
.BgClassName
{
background-color: #A0D572;
}
</style>
border-color css
<style>
span { border-color: #A0D572; }
span { border-color: rgb(160,213,114); }
td.TdClassName
{
border-color: #A0D572;
}
.TagClassName
{
border-color: #A0D572;
}
</style>