Shades of Feijoa #A1DE82
Tints of Feijoa #A1DE82
RGB
CMYK
RGB Variations
Color information
#A1DE82 (or 0xA1DE82) is known color: Feijoa. HEX triplet: A1, DE and 82. RGB value is (161,222,130). Sum of RGB (Red+Green+Blue) = 161+222+130=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DE82 is #5E217D. Grayscale: #C1C1C1. Windows color (decimal): -6168958 or 8576673. OLE color: 8576673.
HSL color Cylindrical-coordinate representation of color #A1DE82: hue angle of 99.78º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1DE82 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 130 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.13 |
| HSL | 99.78º | 0.58% | 0.69% | - |
| HSV(B) | 99.78º | 0.41% | 0.87% | - |
| XYZ | 44.85 | 61.43 | 30.61 | - |
| YUV | 193.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 130 | 0.27 | 0 | 0.41 | 0.13 | 99.78 | 0.58 | 0.69 |
| Hex | A1 | DE | 82 | 1B | 0 | 29 | D | 64 | 3A | 45 |
| Octal | 241 | 336 | 202 | 33 | 0 | 51 | 15 | 144 | 72 | 105 |
| Binary | 10100001 | 11011110 | 10000010 | 11011 | 0 | 101001 | 1101 | 1100100 | 111010 | 1000101 |
Color Harmonies of #A1DE82
Complementary color
Monochromatic Colors of #A1DE82
Black with #A1DE82
Text Example
Text Example
White with #A1DE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DE82; }
p { color: rgb(161,222,130); }
H1.HeaderClassName
{
color: #A1DE82;
}
.AnyTagClassName
{
color: #A1DE82;
}
</style>
background-color css
<style>
a { background-color: #A1DE82; }
a { background-color: rgb(161,222,130); }
div.DivClassName
{
background-color: #A1DE82;
}
.BgClassName
{
background-color: #A1DE82;
}
</style>
border-color css
<style>
span { border-color: #A1DE82; }
span { border-color: rgb(161,222,130); }
td.TdClassName
{
border-color: #A1DE82;
}
.TagClassName
{
border-color: #A1DE82;
}
</style>