Shades of Feijoa #A2DD82
Tints of Feijoa #A2DD82
RGB
CMYK
RGB Variations
Color information
#A2DD82 (or 0xA2DD82) is known color: Feijoa. HEX triplet: A2, DD and 82. RGB value is (162,221,130). Sum of RGB (Red+Green+Blue) = 162+221+130=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DD82 is #5D227D. Grayscale: #C1C1C1. Windows color (decimal): -6103678 or 8576418. OLE color: 8576418.
HSL color Cylindrical-coordinate representation of color #A2DD82: hue angle of 98.9º degrees, saturation: 0.57, 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 #A2DD82 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 130 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.13 |
| HSL | 98.9º | 0.57% | 0.69% | - |
| HSV(B) | 98.9º | 0.41% | 0.87% | - |
| XYZ | 44.79 | 61.01 | 30.53 | - |
| YUV | 192.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 130 | 0.27 | 0 | 0.41 | 0.13 | 98.9 | 0.57 | 0.69 |
| Hex | A2 | DD | 82 | 1B | 0 | 29 | D | 63 | 39 | 45 |
| Octal | 242 | 335 | 202 | 33 | 0 | 51 | 15 | 143 | 71 | 105 |
| Binary | 10100010 | 11011101 | 10000010 | 11011 | 0 | 101001 | 1101 | 1100011 | 111001 | 1000101 |
Color Harmonies of #A2DD82
Complementary color
Monochromatic Colors of #A2DD82
Black with #A2DD82
Text Example
Text Example
White with #A2DD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD82; }
p { color: rgb(162,221,130); }
H1.HeaderClassName
{
color: #A2DD82;
}
.AnyTagClassName
{
color: #A2DD82;
}
</style>
background-color css
<style>
a { background-color: #A2DD82; }
a { background-color: rgb(162,221,130); }
div.DivClassName
{
background-color: #A2DD82;
}
.BgClassName
{
background-color: #A2DD82;
}
</style>
border-color css
<style>
span { border-color: #A2DD82; }
span { border-color: rgb(162,221,130); }
td.TdClassName
{
border-color: #A2DD82;
}
.TagClassName
{
border-color: #A2DD82;
}
</style>