Shades of Feijoa #A2CE7C
Tints of Feijoa #A2CE7C
RGB
CMYK
RGB Variations
Color information
#A2CE7C (or 0xA2CE7C) is known color: Feijoa. HEX triplet: A2, CE and 7C. RGB value is (162,206,124). Sum of RGB (Red+Green+Blue) = 162+206+124=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE7C is #5D3183. Grayscale: #B7B7B7. Windows color (decimal): -6107524 or 8179362. OLE color: 8179362.
HSL color Cylindrical-coordinate representation of color #A2CE7C: hue angle of 92.2º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2CE7C is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 124 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.19 |
| HSL | 92.2º | 0.46% | 0.65% | - |
| HSV(B) | 92.2º | 0.4% | 0.81% | - |
| XYZ | 40.61 | 53.28 | 27.21 | - |
| YUV | 183.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 124 | 0.21 | 0 | 0.40 | 0.19 | 92.2 | 0.46 | 0.65 |
| Hex | A2 | CE | 7C | 15 | 0 | 28 | 13 | 5C | 2E | 41 |
| Octal | 242 | 316 | 174 | 25 | 0 | 50 | 23 | 134 | 56 | 101 |
| Binary | 10100010 | 11001110 | 1111100 | 10101 | 0 | 101000 | 10011 | 1011100 | 101110 | 1000001 |
Color Harmonies of #A2CE7C
Complementary color
Monochromatic Colors of #A2CE7C
Black with #A2CE7C
Text Example
Text Example
White with #A2CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE7C; }
p { color: rgb(162,206,124); }
H1.HeaderClassName
{
color: #A2CE7C;
}
.AnyTagClassName
{
color: #A2CE7C;
}
</style>
background-color css
<style>
a { background-color: #A2CE7C; }
a { background-color: rgb(162,206,124); }
div.DivClassName
{
background-color: #A2CE7C;
}
.BgClassName
{
background-color: #A2CE7C;
}
</style>
border-color css
<style>
span { border-color: #A2CE7C; }
span { border-color: rgb(162,206,124); }
td.TdClassName
{
border-color: #A2CE7C;
}
.TagClassName
{
border-color: #A2CE7C;
}
</style>