Shades of Feijoa #A2DC88
Tints of Feijoa #A2DC88
RGB
CMYK
RGB Variations
Color information
#A2DC88 (or 0xA2DC88) is known color: Feijoa. HEX triplet: A2, DC and 88. RGB value is (162,220,136). Sum of RGB (Red+Green+Blue) = 162+220+136=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DC88 is #5D2377. Grayscale: #C1C1C1. Windows color (decimal): -6103928 or 8969378. OLE color: 8969378.
HSL color Cylindrical-coordinate representation of color #A2DC88: hue angle of 101.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2DC88 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 136 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.14 |
| HSL | 101.43º | 0.55% | 0.7% | - |
| HSV(B) | 101.43º | 0.38% | 0.86% | - |
| XYZ | 44.94 | 60.65 | 32.63 | - |
| YUV | 193.08 | 95.78 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 136 | 0.26 | 0 | 0.38 | 0.14 | 101.43 | 0.55 | 0.7 |
| Hex | A2 | DC | 88 | 1A | 0 | 26 | E | 65 | 37 | 46 |
| Octal | 242 | 334 | 210 | 32 | 0 | 46 | 16 | 145 | 67 | 106 |
| Binary | 10100010 | 11011100 | 10001000 | 11010 | 0 | 100110 | 1110 | 1100101 | 110111 | 1000110 |
Color Harmonies of #A2DC88
Complementary color
Monochromatic Colors of #A2DC88
Black with #A2DC88
Text Example
Text Example
White with #A2DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC88; }
p { color: rgb(162,220,136); }
H1.HeaderClassName
{
color: #A2DC88;
}
.AnyTagClassName
{
color: #A2DC88;
}
</style>
background-color css
<style>
a { background-color: #A2DC88; }
a { background-color: rgb(162,220,136); }
div.DivClassName
{
background-color: #A2DC88;
}
.BgClassName
{
background-color: #A2DC88;
}
</style>
border-color css
<style>
span { border-color: #A2DC88; }
span { border-color: rgb(162,220,136); }
td.TdClassName
{
border-color: #A2DC88;
}
.TagClassName
{
border-color: #A2DC88;
}
</style>