Shades of Feijoa #A2D37C
Tints of Feijoa #A2D37C
RGB
CMYK
RGB Variations
Color information
#A2D37C (or 0xA2D37C) is known color: Feijoa. HEX triplet: A2, D3 and 7C. RGB value is (162,211,124). Sum of RGB (Red+Green+Blue) = 162+211+124=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D37C is #5D2C83. Grayscale: #BABABA. Windows color (decimal): -6106244 or 8180642. OLE color: 8180642.
HSL color Cylindrical-coordinate representation of color #A2D37C: hue angle of 93.79º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2D37C is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 124 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.17 |
| HSL | 93.79º | 0.5% | 0.66% | - |
| HSV(B) | 93.79º | 0.41% | 0.83% | - |
| XYZ | 41.83 | 55.73 | 27.62 | - |
| YUV | 186.43 | 92.77 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 124 | 0.23 | 0 | 0.41 | 0.17 | 93.79 | 0.5 | 0.66 |
| Hex | A2 | D3 | 7C | 17 | 0 | 29 | 11 | 5E | 32 | 42 |
| Octal | 242 | 323 | 174 | 27 | 0 | 51 | 21 | 136 | 62 | 102 |
| Binary | 10100010 | 11010011 | 1111100 | 10111 | 0 | 101001 | 10001 | 1011110 | 110010 | 1000010 |
Color Harmonies of #A2D37C
Complementary color
Monochromatic Colors of #A2D37C
Black with #A2D37C
Text Example
Text Example
White with #A2D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D37C; }
p { color: rgb(162,211,124); }
H1.HeaderClassName
{
color: #A2D37C;
}
.AnyTagClassName
{
color: #A2D37C;
}
</style>
background-color css
<style>
a { background-color: #A2D37C; }
a { background-color: rgb(162,211,124); }
div.DivClassName
{
background-color: #A2D37C;
}
.BgClassName
{
background-color: #A2D37C;
}
</style>
border-color css
<style>
span { border-color: #A2D37C; }
span { border-color: rgb(162,211,124); }
td.TdClassName
{
border-color: #A2D37C;
}
.TagClassName
{
border-color: #A2D37C;
}
</style>