Shades of Feijoa #A0DD81
Tints of Feijoa #A0DD81
RGB
CMYK
RGB Variations
Color information
#A0DD81 (or 0xA0DD81) is known color: Feijoa. HEX triplet: A0, DD and 81. RGB value is (160,221,129). Sum of RGB (Red+Green+Blue) = 160+221+129=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD81 is #5F227E. Grayscale: #C0C0C0. Windows color (decimal): -6234751 or 8510880. OLE color: 8510880.
HSL color Cylindrical-coordinate representation of color #A0DD81: hue angle of 99.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0DD81 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 129 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.13 |
| HSL | 99.78º | 0.58% | 0.69% | - |
| HSV(B) | 99.78º | 0.42% | 0.87% | - |
| XYZ | 44.32 | 60.77 | 30.16 | - |
| YUV | 192.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 129 | 0.28 | 0 | 0.42 | 0.13 | 99.78 | 0.58 | 0.69 |
| Hex | A0 | DD | 81 | 1C | 0 | 2A | D | 64 | 3A | 45 |
| Octal | 240 | 335 | 201 | 34 | 0 | 52 | 15 | 144 | 72 | 105 |
| Binary | 10100000 | 11011101 | 10000001 | 11100 | 0 | 101010 | 1101 | 1100100 | 111010 | 1000101 |
Color Harmonies of #A0DD81
Complementary color
Monochromatic Colors of #A0DD81
Black with #A0DD81
Text Example
Text Example
White with #A0DD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD81; }
p { color: rgb(160,221,129); }
H1.HeaderClassName
{
color: #A0DD81;
}
.AnyTagClassName
{
color: #A0DD81;
}
</style>
background-color css
<style>
a { background-color: #A0DD81; }
a { background-color: rgb(160,221,129); }
div.DivClassName
{
background-color: #A0DD81;
}
.BgClassName
{
background-color: #A0DD81;
}
</style>
border-color css
<style>
span { border-color: #A0DD81; }
span { border-color: rgb(160,221,129); }
td.TdClassName
{
border-color: #A0DD81;
}
.TagClassName
{
border-color: #A0DD81;
}
</style>