Shades of Feijoa #A2D86B
Tints of Feijoa #A2D86B
RGB
CMYK
RGB Variations
Color information
#A2D86B (or 0xA2D86B) is known color: Feijoa. HEX triplet: A2, D8 and 6B. RGB value is (162,216,107). Sum of RGB (Red+Green+Blue) = 162+216+107=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D86B is #5D2794. Grayscale: #BBBBBB. Windows color (decimal): -6104981 or 7067810. OLE color: 7067810.
HSL color Cylindrical-coordinate representation of color #A2D86B: hue angle of 89.72º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2D86B is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 107 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.15 |
| HSL | 89.72º | 0.58% | 0.63% | - |
| HSV(B) | 89.72º | 0.5% | 0.85% | - |
| XYZ | 42.11 | 57.85 | 22.86 | - |
| YUV | 187.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 107 | 0.25 | 0 | 0.50 | 0.15 | 89.72 | 0.58 | 0.63 |
| Hex | A2 | D8 | 6B | 19 | 0 | 32 | F | 5A | 3A | 3F |
| Octal | 242 | 330 | 153 | 31 | 0 | 62 | 17 | 132 | 72 | 77 |
| Binary | 10100010 | 11011000 | 1101011 | 11001 | 0 | 110010 | 1111 | 1011010 | 111010 | 111111 |
Color Harmonies of #A2D86B
Complementary color
Monochromatic Colors of #A2D86B
Black with #A2D86B
Text Example
Text Example
White with #A2D86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D86B; }
p { color: rgb(162,216,107); }
H1.HeaderClassName
{
color: #A2D86B;
}
.AnyTagClassName
{
color: #A2D86B;
}
</style>
background-color css
<style>
a { background-color: #A2D86B; }
a { background-color: rgb(162,216,107); }
div.DivClassName
{
background-color: #A2D86B;
}
.BgClassName
{
background-color: #A2D86B;
}
</style>
border-color css
<style>
span { border-color: #A2D86B; }
span { border-color: rgb(162,216,107); }
td.TdClassName
{
border-color: #A2D86B;
}
.TagClassName
{
border-color: #A2D86B;
}
</style>