Shades of Feijoa #A0D57D
Tints of Feijoa #A0D57D
RGB
CMYK
RGB Variations
Color information
#A0D57D (or 0xA0D57D) is known color: Feijoa. HEX triplet: A0, D5 and 7D. RGB value is (160,213,125). Sum of RGB (Red+Green+Blue) = 160+213+125=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D57D is #5F2A82. Grayscale: #BBBBBB. Windows color (decimal): -6236803 or 8246688. OLE color: 8246688.
HSL color Cylindrical-coordinate representation of color #A0D57D: hue angle of 96.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0D57D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 125 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.16 |
| HSL | 96.14º | 0.51% | 0.66% | - |
| HSV(B) | 96.14º | 0.41% | 0.84% | - |
| XYZ | 41.99 | 56.54 | 28.1 | - |
| YUV | 187.12 | 92.94 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 125 | 0.25 | 0 | 0.41 | 0.16 | 96.14 | 0.51 | 0.66 |
| Hex | A0 | D5 | 7D | 19 | 0 | 29 | 10 | 60 | 33 | 42 |
| Octal | 240 | 325 | 175 | 31 | 0 | 51 | 20 | 140 | 63 | 102 |
| Binary | 10100000 | 11010101 | 1111101 | 11001 | 0 | 101001 | 10000 | 1100000 | 110011 | 1000010 |
Color Harmonies of #A0D57D
Complementary color
Monochromatic Colors of #A0D57D
Black with #A0D57D
Text Example
Text Example
White with #A0D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D57D; }
p { color: rgb(160,213,125); }
H1.HeaderClassName
{
color: #A0D57D;
}
.AnyTagClassName
{
color: #A0D57D;
}
</style>
background-color css
<style>
a { background-color: #A0D57D; }
a { background-color: rgb(160,213,125); }
div.DivClassName
{
background-color: #A0D57D;
}
.BgClassName
{
background-color: #A0D57D;
}
</style>
border-color css
<style>
span { border-color: #A0D57D; }
span { border-color: rgb(160,213,125); }
td.TdClassName
{
border-color: #A0D57D;
}
.TagClassName
{
border-color: #A0D57D;
}
</style>