Shades of Feijoa #A2D86D
Tints of Feijoa #A2D86D
RGB
CMYK
RGB Variations
Color information
#A2D86D (or 0xA2D86D) is known color: Feijoa. HEX triplet: A2, D8 and 6D. RGB value is (162,216,109). Sum of RGB (Red+Green+Blue) = 162+216+109=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D86D is #5D2792. Grayscale: #BCBCBC. Windows color (decimal): -6104979 or 7198882. OLE color: 7198882.
HSL color Cylindrical-coordinate representation of color #A2D86D: hue angle of 90.28º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2D86D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 109 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.15 |
| HSL | 90.28º | 0.58% | 0.64% | - |
| HSV(B) | 90.28º | 0.5% | 0.85% | - |
| XYZ | 42.22 | 57.9 | 23.42 | - |
| YUV | 187.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 109 | 0.25 | 0 | 0.50 | 0.15 | 90.28 | 0.58 | 0.64 |
| Hex | A2 | D8 | 6D | 19 | 0 | 32 | F | 5A | 3A | 40 |
| Octal | 242 | 330 | 155 | 31 | 0 | 62 | 17 | 132 | 72 | 100 |
| Binary | 10100010 | 11011000 | 1101101 | 11001 | 0 | 110010 | 1111 | 1011010 | 111010 | 1000000 |
Color Harmonies of #A2D86D
Complementary color
Monochromatic Colors of #A2D86D
Black with #A2D86D
Text Example
Text Example
White with #A2D86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D86D; }
p { color: rgb(162,216,109); }
H1.HeaderClassName
{
color: #A2D86D;
}
.AnyTagClassName
{
color: #A2D86D;
}
</style>
background-color css
<style>
a { background-color: #A2D86D; }
a { background-color: rgb(162,216,109); }
div.DivClassName
{
background-color: #A2D86D;
}
.BgClassName
{
background-color: #A2D86D;
}
</style>
border-color css
<style>
span { border-color: #A2D86D; }
span { border-color: rgb(162,216,109); }
td.TdClassName
{
border-color: #A2D86D;
}
.TagClassName
{
border-color: #A2D86D;
}
</style>