Shades of Feijoa #A2D27E
Tints of Feijoa #A2D27E
RGB
CMYK
RGB Variations
Color information
#A2D27E (or 0xA2D27E) is known color: Feijoa. HEX triplet: A2, D2 and 7E. RGB value is (162,210,126). Sum of RGB (Red+Green+Blue) = 162+210+126=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D27E is #5D2D81. Grayscale: #BABABA. Windows color (decimal): -6106498 or 8311458. OLE color: 8311458.
HSL color Cylindrical-coordinate representation of color #A2D27E: hue angle of 94.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2D27E is Cyan = 0.23, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 126 | - |
| CMYK | 0.23 | 0 | 0.4 | 0.18 |
| HSL | 94.29º | 0.48% | 0.66% | - |
| HSV(B) | 94.29º | 0.4% | 0.82% | - |
| XYZ | 41.71 | 55.28 | 28.21 | - |
| YUV | 186.07 | 94.1 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 126 | 0.23 | 0 | 0.4 | 0.18 | 94.29 | 0.48 | 0.66 |
| Hex | A2 | D2 | 7E | 17 | 0 | 28 | 12 | 5E | 30 | 42 |
| Octal | 242 | 322 | 176 | 27 | 0 | 50 | 22 | 136 | 60 | 102 |
| Binary | 10100010 | 11010010 | 1111110 | 10111 | 0 | 101000 | 10010 | 1011110 | 110000 | 1000010 |
Color Harmonies of #A2D27E
Complementary color
Monochromatic Colors of #A2D27E
Black with #A2D27E
Text Example
Text Example
White with #A2D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D27E; }
p { color: rgb(162,210,126); }
H1.HeaderClassName
{
color: #A2D27E;
}
.AnyTagClassName
{
color: #A2D27E;
}
</style>
background-color css
<style>
a { background-color: #A2D27E; }
a { background-color: rgb(162,210,126); }
div.DivClassName
{
background-color: #A2D27E;
}
.BgClassName
{
background-color: #A2D27E;
}
</style>
border-color css
<style>
span { border-color: #A2D27E; }
span { border-color: rgb(162,210,126); }
td.TdClassName
{
border-color: #A2D27E;
}
.TagClassName
{
border-color: #A2D27E;
}
</style>