Shades of Feijoa #A2D37E
Tints of Feijoa #A2D37E
RGB
CMYK
RGB Variations
Color information
#A2D37E (or 0xA2D37E) is known color: Feijoa. HEX triplet: A2, D3 and 7E. RGB value is (162,211,126). Sum of RGB (Red+Green+Blue) = 162+211+126=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D37E is #5D2C81. Grayscale: #BABABA. Windows color (decimal): -6106242 or 8311714. OLE color: 8311714.
HSL color Cylindrical-coordinate representation of color #A2D37E: hue angle of 94.59º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2D37E is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 126 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.17 |
| HSL | 94.59º | 0.49% | 0.66% | - |
| HSV(B) | 94.59º | 0.4% | 0.83% | - |
| XYZ | 41.96 | 55.78 | 28.29 | - |
| YUV | 186.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 126 | 0.23 | 0 | 0.40 | 0.17 | 94.59 | 0.49 | 0.66 |
| Hex | A2 | D3 | 7E | 17 | 0 | 28 | 11 | 5F | 31 | 42 |
| Octal | 242 | 323 | 176 | 27 | 0 | 50 | 21 | 137 | 61 | 102 |
| Binary | 10100010 | 11010011 | 1111110 | 10111 | 0 | 101000 | 10001 | 1011111 | 110001 | 1000010 |
Color Harmonies of #A2D37E
Complementary color
Monochromatic Colors of #A2D37E
Black with #A2D37E
Text Example
Text Example
White with #A2D37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D37E; }
p { color: rgb(162,211,126); }
H1.HeaderClassName
{
color: #A2D37E;
}
.AnyTagClassName
{
color: #A2D37E;
}
</style>
background-color css
<style>
a { background-color: #A2D37E; }
a { background-color: rgb(162,211,126); }
div.DivClassName
{
background-color: #A2D37E;
}
.BgClassName
{
background-color: #A2D37E;
}
</style>
border-color css
<style>
span { border-color: #A2D37E; }
span { border-color: rgb(162,211,126); }
td.TdClassName
{
border-color: #A2D37E;
}
.TagClassName
{
border-color: #A2D37E;
}
</style>