Shades of Feijoa #A1DB82
Tints of Feijoa #A1DB82
RGB
CMYK
RGB Variations
Color information
#A1DB82 (or 0xA1DB82) is known color: Feijoa. HEX triplet: A1, DB and 82. RGB value is (161,219,130). Sum of RGB (Red+Green+Blue) = 161+219+130=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DB82 is #5E247D. Grayscale: #BFBFBF. Windows color (decimal): -6169726 or 8575905. OLE color: 8575905.
HSL color Cylindrical-coordinate representation of color #A1DB82: hue angle of 99.1º degrees, saturation: 0.55, 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 #A1DB82 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 130 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.14 |
| HSL | 99.1º | 0.55% | 0.68% | - |
| HSV(B) | 99.1º | 0.41% | 0.86% | - |
| XYZ | 44.06 | 59.85 | 30.35 | - |
| YUV | 191.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 130 | 0.26 | 0 | 0.41 | 0.14 | 99.1 | 0.55 | 0.68 |
| Hex | A1 | DB | 82 | 1A | 0 | 29 | E | 63 | 37 | 44 |
| Octal | 241 | 333 | 202 | 32 | 0 | 51 | 16 | 143 | 67 | 104 |
| Binary | 10100001 | 11011011 | 10000010 | 11010 | 0 | 101001 | 1110 | 1100011 | 110111 | 1000100 |
Color Harmonies of #A1DB82
Complementary color
Monochromatic Colors of #A1DB82
Black with #A1DB82
Text Example
Text Example
White with #A1DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB82; }
p { color: rgb(161,219,130); }
H1.HeaderClassName
{
color: #A1DB82;
}
.AnyTagClassName
{
color: #A1DB82;
}
</style>
background-color css
<style>
a { background-color: #A1DB82; }
a { background-color: rgb(161,219,130); }
div.DivClassName
{
background-color: #A1DB82;
}
.BgClassName
{
background-color: #A1DB82;
}
</style>
border-color css
<style>
span { border-color: #A1DB82; }
span { border-color: rgb(161,219,130); }
td.TdClassName
{
border-color: #A1DB82;
}
.TagClassName
{
border-color: #A1DB82;
}
</style>