Shades of Feijoa #A2DD83
Tints of Feijoa #A2DD83
RGB
CMYK
RGB Variations
Color information
#A2DD83 (or 0xA2DD83) is known color: Feijoa. HEX triplet: A2, DD and 83. RGB value is (162,221,131). Sum of RGB (Red+Green+Blue) = 162+221+131=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DD83 is #5D227C. Grayscale: #C1C1C1. Windows color (decimal): -6103677 or 8641954. OLE color: 8641954.
HSL color Cylindrical-coordinate representation of color #A2DD83: hue angle of 99.33º 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 #A2DD83 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 131 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.13 |
| HSL | 99.33º | 0.57% | 0.69% | - |
| HSV(B) | 99.33º | 0.41% | 0.87% | - |
| XYZ | 44.85 | 61.03 | 30.89 | - |
| YUV | 193.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 131 | 0.27 | 0 | 0.41 | 0.13 | 99.33 | 0.57 | 0.69 |
| Hex | A2 | DD | 83 | 1B | 0 | 29 | D | 63 | 39 | 45 |
| Octal | 242 | 335 | 203 | 33 | 0 | 51 | 15 | 143 | 71 | 105 |
| Binary | 10100010 | 11011101 | 10000011 | 11011 | 0 | 101001 | 1101 | 1100011 | 111001 | 1000101 |
Color Harmonies of #A2DD83
Complementary color
Monochromatic Colors of #A2DD83
Black with #A2DD83
Text Example
Text Example
White with #A2DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD83; }
p { color: rgb(162,221,131); }
H1.HeaderClassName
{
color: #A2DD83;
}
.AnyTagClassName
{
color: #A2DD83;
}
</style>
background-color css
<style>
a { background-color: #A2DD83; }
a { background-color: rgb(162,221,131); }
div.DivClassName
{
background-color: #A2DD83;
}
.BgClassName
{
background-color: #A2DD83;
}
</style>
border-color css
<style>
span { border-color: #A2DD83; }
span { border-color: rgb(162,221,131); }
td.TdClassName
{
border-color: #A2DD83;
}
.TagClassName
{
border-color: #A2DD83;
}
</style>