Shades of Feijoa #A2DB82
Tints of Feijoa #A2DB82
RGB
CMYK
RGB Variations
Color information
#A2DB82 (or 0xA2DB82) is known color: Feijoa. HEX triplet: A2, DB and 82. RGB value is (162,219,130). Sum of RGB (Red+Green+Blue) = 162+219+130=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DB82 is #5D247D. Grayscale: #C0C0C0. Windows color (decimal): -6104190 or 8575906. OLE color: 8575906.
HSL color Cylindrical-coordinate representation of color #A2DB82: hue angle of 98.43º 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 #A2DB82 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 130 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.14 |
| HSL | 98.43º | 0.55% | 0.68% | - |
| HSV(B) | 98.43º | 0.41% | 0.86% | - |
| XYZ | 44.26 | 59.96 | 30.36 | - |
| YUV | 191.81 | 93.12 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 130 | 0.26 | 0 | 0.41 | 0.14 | 98.43 | 0.55 | 0.68 |
| Hex | A2 | DB | 82 | 1A | 0 | 29 | E | 62 | 37 | 44 |
| Octal | 242 | 333 | 202 | 32 | 0 | 51 | 16 | 142 | 67 | 104 |
| Binary | 10100010 | 11011011 | 10000010 | 11010 | 0 | 101001 | 1110 | 1100010 | 110111 | 1000100 |
Color Harmonies of #A2DB82
Complementary color
Monochromatic Colors of #A2DB82
Black with #A2DB82
Text Example
Text Example
White with #A2DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB82; }
p { color: rgb(162,219,130); }
H1.HeaderClassName
{
color: #A2DB82;
}
.AnyTagClassName
{
color: #A2DB82;
}
</style>
background-color css
<style>
a { background-color: #A2DB82; }
a { background-color: rgb(162,219,130); }
div.DivClassName
{
background-color: #A2DB82;
}
.BgClassName
{
background-color: #A2DB82;
}
</style>
border-color css
<style>
span { border-color: #A2DB82; }
span { border-color: rgb(162,219,130); }
td.TdClassName
{
border-color: #A2DB82;
}
.TagClassName
{
border-color: #A2DB82;
}
</style>