Shades of Feijoa #A1D577
Tints of Feijoa #A1D577
RGB
CMYK
RGB Variations
Color information
#A1D577 (or 0xA1D577) is known color: Feijoa. HEX triplet: A1, D5 and 77. RGB value is (161,213,119). Sum of RGB (Red+Green+Blue) = 161+213+119=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D577 is #5E2A88. Grayscale: #BBBBBB. Windows color (decimal): -6171273 or 7853473. OLE color: 7853473.
HSL color Cylindrical-coordinate representation of color #A1D577: hue angle of 93.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1D577 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 119 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.16 |
| HSL | 93.19º | 0.53% | 0.65% | - |
| HSV(B) | 93.19º | 0.44% | 0.84% | - |
| XYZ | 41.82 | 56.5 | 26.15 | - |
| YUV | 186.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 119 | 0.24 | 0 | 0.44 | 0.16 | 93.19 | 0.53 | 0.65 |
| Hex | A1 | D5 | 77 | 18 | 0 | 2C | 10 | 5D | 35 | 41 |
| Octal | 241 | 325 | 167 | 30 | 0 | 54 | 20 | 135 | 65 | 101 |
| Binary | 10100001 | 11010101 | 1110111 | 11000 | 0 | 101100 | 10000 | 1011101 | 110101 | 1000001 |
Color Harmonies of #A1D577
Complementary color
Monochromatic Colors of #A1D577
Black with #A1D577
Text Example
Text Example
White with #A1D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D577; }
p { color: rgb(161,213,119); }
H1.HeaderClassName
{
color: #A1D577;
}
.AnyTagClassName
{
color: #A1D577;
}
</style>
background-color css
<style>
a { background-color: #A1D577; }
a { background-color: rgb(161,213,119); }
div.DivClassName
{
background-color: #A1D577;
}
.BgClassName
{
background-color: #A1D577;
}
</style>
border-color css
<style>
span { border-color: #A1D577; }
span { border-color: rgb(161,213,119); }
td.TdClassName
{
border-color: #A1D577;
}
.TagClassName
{
border-color: #A1D577;
}
</style>