Shades of Feijoa #A2E27C
Tints of Feijoa #A2E27C
RGB
CMYK
RGB Variations
Color information
#A2E27C (or 0xA2E27C) is known color: Feijoa. HEX triplet: A2, E2 and 7C. RGB value is (162,226,124). Sum of RGB (Red+Green+Blue) = 162+226+124=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E27C is #5D1D83. Grayscale: #C3C3C3. Windows color (decimal): -6102404 or 8184482. OLE color: 8184482.
HSL color Cylindrical-coordinate representation of color #A2E27C: hue angle of 97.65º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2E27C is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 124 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.11 |
| HSL | 97.65º | 0.64% | 0.69% | - |
| HSV(B) | 97.65º | 0.45% | 0.89% | - |
| XYZ | 45.73 | 63.53 | 28.92 | - |
| YUV | 195.24 | 87.8 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 124 | 0.28 | 0 | 0.45 | 0.11 | 97.65 | 0.64 | 0.69 |
| Hex | A2 | E2 | 7C | 1C | 0 | 2D | B | 62 | 40 | 45 |
| Octal | 242 | 342 | 174 | 34 | 0 | 55 | 13 | 142 | 100 | 105 |
| Binary | 10100010 | 11100010 | 1111100 | 11100 | 0 | 101101 | 1011 | 1100010 | 1000000 | 1000101 |
Color Harmonies of #A2E27C
Complementary color
Monochromatic Colors of #A2E27C
Black with #A2E27C
Text Example
Text Example
White with #A2E27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E27C; }
p { color: rgb(162,226,124); }
H1.HeaderClassName
{
color: #A2E27C;
}
.AnyTagClassName
{
color: #A2E27C;
}
</style>
background-color css
<style>
a { background-color: #A2E27C; }
a { background-color: rgb(162,226,124); }
div.DivClassName
{
background-color: #A2E27C;
}
.BgClassName
{
background-color: #A2E27C;
}
</style>
border-color css
<style>
span { border-color: #A2E27C; }
span { border-color: rgb(162,226,124); }
td.TdClassName
{
border-color: #A2E27C;
}
.TagClassName
{
border-color: #A2E27C;
}
</style>