Shades of Feijoa #A1D477
Tints of Feijoa #A1D477
RGB
CMYK
RGB Variations
Color information
#A1D477 (or 0xA1D477) is known color: Feijoa. HEX triplet: A1, D4 and 77. RGB value is (161,212,119). Sum of RGB (Red+Green+Blue) = 161+212+119=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D477 is #5E2B88. Grayscale: #BABABA. Windows color (decimal): -6171529 or 7853217. OLE color: 7853217.
HSL color Cylindrical-coordinate representation of color #A1D477: hue angle of 92.9º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1D477 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 212 | 119 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.17 |
| HSL | 92.9º | 0.52% | 0.65% | - |
| HSV(B) | 92.9º | 0.44% | 0.83% | - |
| XYZ | 41.57 | 56 | 26.07 | - |
| YUV | 186.15 | 90.1 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 119 | 0.24 | 0 | 0.44 | 0.17 | 92.9 | 0.52 | 0.65 |
| Hex | A1 | D4 | 77 | 18 | 0 | 2C | 11 | 5D | 34 | 41 |
| Octal | 241 | 324 | 167 | 30 | 0 | 54 | 21 | 135 | 64 | 101 |
| Binary | 10100001 | 11010100 | 1110111 | 11000 | 0 | 101100 | 10001 | 1011101 | 110100 | 1000001 |
Color Harmonies of #A1D477
Complementary color
Monochromatic Colors of #A1D477
Black with #A1D477
Text Example
Text Example
White with #A1D477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D477; }
p { color: rgb(161,212,119); }
H1.HeaderClassName
{
color: #A1D477;
}
.AnyTagClassName
{
color: #A1D477;
}
</style>
background-color css
<style>
a { background-color: #A1D477; }
a { background-color: rgb(161,212,119); }
div.DivClassName
{
background-color: #A1D477;
}
.BgClassName
{
background-color: #A1D477;
}
</style>
border-color css
<style>
span { border-color: #A1D477; }
span { border-color: rgb(161,212,119); }
td.TdClassName
{
border-color: #A1D477;
}
.TagClassName
{
border-color: #A1D477;
}
</style>