Shades of Feijoa #A1D36C
Tints of Feijoa #A1D36C
RGB
CMYK
RGB Variations
Color information
#A1D36C (or 0xA1D36C) is known color: Feijoa. HEX triplet: A1, D3 and 6C. RGB value is (161,211,108). Sum of RGB (Red+Green+Blue) = 161+211+108=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D36C is #5E2C93. Grayscale: #B8B8B8. Windows color (decimal): -6171796 or 7132065. OLE color: 7132065.
HSL color Cylindrical-coordinate representation of color #A1D36C: hue angle of 89.13º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1D36C is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 108 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.17 |
| HSL | 89.13º | 0.54% | 0.63% | - |
| HSV(B) | 89.13º | 0.49% | 0.83% | - |
| XYZ | 40.7 | 55.25 | 22.71 | - |
| YUV | 184.31 | 84.94 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 108 | 0.24 | 0 | 0.49 | 0.17 | 89.13 | 0.54 | 0.63 |
| Hex | A1 | D3 | 6C | 18 | 0 | 31 | 11 | 59 | 36 | 3F |
| Octal | 241 | 323 | 154 | 30 | 0 | 61 | 21 | 131 | 66 | 77 |
| Binary | 10100001 | 11010011 | 1101100 | 11000 | 0 | 110001 | 10001 | 1011001 | 110110 | 111111 |
Color Harmonies of #A1D36C
Complementary color
Monochromatic Colors of #A1D36C
Black with #A1D36C
Text Example
Text Example
White with #A1D36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D36C; }
p { color: rgb(161,211,108); }
H1.HeaderClassName
{
color: #A1D36C;
}
.AnyTagClassName
{
color: #A1D36C;
}
</style>
background-color css
<style>
a { background-color: #A1D36C; }
a { background-color: rgb(161,211,108); }
div.DivClassName
{
background-color: #A1D36C;
}
.BgClassName
{
background-color: #A1D36C;
}
</style>
border-color css
<style>
span { border-color: #A1D36C; }
span { border-color: rgb(161,211,108); }
td.TdClassName
{
border-color: #A1D36C;
}
.TagClassName
{
border-color: #A1D36C;
}
</style>