Shades of Feijoa #A1D77C
Tints of Feijoa #A1D77C
RGB
CMYK
RGB Variations
Color information
#A1D77C (or 0xA1D77C) is known color: Feijoa. HEX triplet: A1, D7 and 7C. RGB value is (161,215,124). Sum of RGB (Red+Green+Blue) = 161+215+124=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D77C is #5E2883. Grayscale: #BCBCBC. Windows color (decimal): -6170756 or 8181665. OLE color: 8181665.
HSL color Cylindrical-coordinate representation of color #A1D77C: hue angle of 95.6º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1D77C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 124 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.16 |
| HSL | 95.6º | 0.53% | 0.66% | - |
| HSV(B) | 95.6º | 0.42% | 0.84% | - |
| XYZ | 42.64 | 57.63 | 27.95 | - |
| YUV | 188.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 124 | 0.25 | 0 | 0.42 | 0.16 | 95.6 | 0.53 | 0.66 |
| Hex | A1 | D7 | 7C | 19 | 0 | 2A | 10 | 60 | 35 | 42 |
| Octal | 241 | 327 | 174 | 31 | 0 | 52 | 20 | 140 | 65 | 102 |
| Binary | 10100001 | 11010111 | 1111100 | 11001 | 0 | 101010 | 10000 | 1100000 | 110101 | 1000010 |
Color Harmonies of #A1D77C
Complementary color
Monochromatic Colors of #A1D77C
Black with #A1D77C
Text Example
Text Example
White with #A1D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D77C; }
p { color: rgb(161,215,124); }
H1.HeaderClassName
{
color: #A1D77C;
}
.AnyTagClassName
{
color: #A1D77C;
}
</style>
background-color css
<style>
a { background-color: #A1D77C; }
a { background-color: rgb(161,215,124); }
div.DivClassName
{
background-color: #A1D77C;
}
.BgClassName
{
background-color: #A1D77C;
}
</style>
border-color css
<style>
span { border-color: #A1D77C; }
span { border-color: rgb(161,215,124); }
td.TdClassName
{
border-color: #A1D77C;
}
.TagClassName
{
border-color: #A1D77C;
}
</style>