Shades of Feijoa #A2D36E
Tints of Feijoa #A2D36E
RGB
CMYK
RGB Variations
Color information
#A2D36E (or 0xA2D36E) is known color: Feijoa. HEX triplet: A2, D3 and 6E. RGB value is (162,211,110). Sum of RGB (Red+Green+Blue) = 162+211+110=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D36E is #5D2C91. Grayscale: #B9B9B9. Windows color (decimal): -6106258 or 7263138. OLE color: 7263138.
HSL color Cylindrical-coordinate representation of color #A2D36E: hue angle of 89.11º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2D36E is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 110 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.17 |
| HSL | 89.11º | 0.53% | 0.63% | - |
| HSV(B) | 89.11º | 0.48% | 0.83% | - |
| XYZ | 41.01 | 55.4 | 23.28 | - |
| YUV | 184.84 | 85.77 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 110 | 0.23 | 0 | 0.48 | 0.17 | 89.11 | 0.53 | 0.63 |
| Hex | A2 | D3 | 6E | 17 | 0 | 30 | 11 | 59 | 35 | 3F |
| Octal | 242 | 323 | 156 | 27 | 0 | 60 | 21 | 131 | 65 | 77 |
| Binary | 10100010 | 11010011 | 1101110 | 10111 | 0 | 110000 | 10001 | 1011001 | 110101 | 111111 |
Color Harmonies of #A2D36E
Complementary color
Monochromatic Colors of #A2D36E
Black with #A2D36E
Text Example
Text Example
White with #A2D36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D36E; }
p { color: rgb(162,211,110); }
H1.HeaderClassName
{
color: #A2D36E;
}
.AnyTagClassName
{
color: #A2D36E;
}
</style>
background-color css
<style>
a { background-color: #A2D36E; }
a { background-color: rgb(162,211,110); }
div.DivClassName
{
background-color: #A2D36E;
}
.BgClassName
{
background-color: #A2D36E;
}
</style>
border-color css
<style>
span { border-color: #A2D36E; }
span { border-color: rgb(162,211,110); }
td.TdClassName
{
border-color: #A2D36E;
}
.TagClassName
{
border-color: #A2D36E;
}
</style>