Shades of Feijoa #A1D271
Tints of Feijoa #A1D271
RGB
CMYK
RGB Variations
Color information
#A1D271 (or 0xA1D271) is known color: Feijoa. HEX triplet: A1, D2 and 71. RGB value is (161,210,113). Sum of RGB (Red+Green+Blue) = 161+210+113=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D271 is #5E2D8E. Grayscale: #B8B8B8. Windows color (decimal): -6172047 or 7459489. OLE color: 7459489.
HSL color Cylindrical-coordinate representation of color #A1D271: hue angle of 90.31º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1D271 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 113 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.18 |
| HSL | 90.31º | 0.52% | 0.63% | - |
| HSV(B) | 90.31º | 0.46% | 0.82% | - |
| XYZ | 40.73 | 54.86 | 24.07 | - |
| YUV | 184.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 113 | 0.23 | 0 | 0.46 | 0.18 | 90.31 | 0.52 | 0.63 |
| Hex | A1 | D2 | 71 | 17 | 0 | 2E | 12 | 5A | 34 | 3F |
| Octal | 241 | 322 | 161 | 27 | 0 | 56 | 22 | 132 | 64 | 77 |
| Binary | 10100001 | 11010010 | 1110001 | 10111 | 0 | 101110 | 10010 | 1011010 | 110100 | 111111 |
Color Harmonies of #A1D271
Complementary color
Monochromatic Colors of #A1D271
Black with #A1D271
Text Example
Text Example
White with #A1D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D271; }
p { color: rgb(161,210,113); }
H1.HeaderClassName
{
color: #A1D271;
}
.AnyTagClassName
{
color: #A1D271;
}
</style>
background-color css
<style>
a { background-color: #A1D271; }
a { background-color: rgb(161,210,113); }
div.DivClassName
{
background-color: #A1D271;
}
.BgClassName
{
background-color: #A1D271;
}
</style>
border-color css
<style>
span { border-color: #A1D271; }
span { border-color: rgb(161,210,113); }
td.TdClassName
{
border-color: #A1D271;
}
.TagClassName
{
border-color: #A1D271;
}
</style>