Shades of Feijoa #A1D772
Tints of Feijoa #A1D772
RGB
CMYK
RGB Variations
Color information
#A1D772 (or 0xA1D772) is known color: Feijoa. HEX triplet: A1, D7 and 72. RGB value is (161,215,114). Sum of RGB (Red+Green+Blue) = 161+215+114=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D772 is #5E288D. Grayscale: #BBBBBB. Windows color (decimal): -6170766 or 7526305. OLE color: 7526305.
HSL color Cylindrical-coordinate representation of color #A1D772: hue angle of 92.08º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1D772 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 114 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.16 |
| HSL | 92.08º | 0.56% | 0.65% | - |
| HSV(B) | 92.08º | 0.47% | 0.84% | - |
| XYZ | 42.04 | 57.39 | 24.78 | - |
| YUV | 187.34 | 86.61 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 114 | 0.25 | 0 | 0.47 | 0.16 | 92.08 | 0.56 | 0.65 |
| Hex | A1 | D7 | 72 | 19 | 0 | 2F | 10 | 5C | 38 | 41 |
| Octal | 241 | 327 | 162 | 31 | 0 | 57 | 20 | 134 | 70 | 101 |
| Binary | 10100001 | 11010111 | 1110010 | 11001 | 0 | 101111 | 10000 | 1011100 | 111000 | 1000001 |
Color Harmonies of #A1D772
Complementary color
Monochromatic Colors of #A1D772
Black with #A1D772
Text Example
Text Example
White with #A1D772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D772; }
p { color: rgb(161,215,114); }
H1.HeaderClassName
{
color: #A1D772;
}
.AnyTagClassName
{
color: #A1D772;
}
</style>
background-color css
<style>
a { background-color: #A1D772; }
a { background-color: rgb(161,215,114); }
div.DivClassName
{
background-color: #A1D772;
}
.BgClassName
{
background-color: #A1D772;
}
</style>
border-color css
<style>
span { border-color: #A1D772; }
span { border-color: rgb(161,215,114); }
td.TdClassName
{
border-color: #A1D772;
}
.TagClassName
{
border-color: #A1D772;
}
</style>