Shades of Feijoa #A1DC81
Tints of Feijoa #A1DC81
RGB
CMYK
RGB Variations
Color information
#A1DC81 (or 0xA1DC81) is known color: Feijoa. HEX triplet: A1, DC and 81. RGB value is (161,220,129). Sum of RGB (Red+Green+Blue) = 161+220+129=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DC81 is #5E237E. Grayscale: #C0C0C0. Windows color (decimal): -6169471 or 8510625. OLE color: 8510625.
HSL color Cylindrical-coordinate representation of color #A1DC81: hue angle of 98.9º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1DC81 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 129 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.14 |
| HSL | 98.9º | 0.57% | 0.68% | - |
| HSV(B) | 98.9º | 0.41% | 0.86% | - |
| XYZ | 44.25 | 60.35 | 30.08 | - |
| YUV | 191.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 129 | 0.27 | 0 | 0.41 | 0.14 | 98.9 | 0.57 | 0.68 |
| Hex | A1 | DC | 81 | 1B | 0 | 29 | E | 63 | 39 | 44 |
| Octal | 241 | 334 | 201 | 33 | 0 | 51 | 16 | 143 | 71 | 104 |
| Binary | 10100001 | 11011100 | 10000001 | 11011 | 0 | 101001 | 1110 | 1100011 | 111001 | 1000100 |
Color Harmonies of #A1DC81
Complementary color
Monochromatic Colors of #A1DC81
Black with #A1DC81
Text Example
Text Example
White with #A1DC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC81; }
p { color: rgb(161,220,129); }
H1.HeaderClassName
{
color: #A1DC81;
}
.AnyTagClassName
{
color: #A1DC81;
}
</style>
background-color css
<style>
a { background-color: #A1DC81; }
a { background-color: rgb(161,220,129); }
div.DivClassName
{
background-color: #A1DC81;
}
.BgClassName
{
background-color: #A1DC81;
}
</style>
border-color css
<style>
span { border-color: #A1DC81; }
span { border-color: rgb(161,220,129); }
td.TdClassName
{
border-color: #A1DC81;
}
.TagClassName
{
border-color: #A1DC81;
}
</style>