Shades of Feijoa #A2CF7C
Tints of Feijoa #A2CF7C
RGB
CMYK
RGB Variations
Color information
#A2CF7C (or 0xA2CF7C) is known color: Feijoa. HEX triplet: A2, CF and 7C. RGB value is (162,207,124). Sum of RGB (Red+Green+Blue) = 162+207+124=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF7C is #5D3083. Grayscale: #B8B8B8. Windows color (decimal): -6107268 or 8179618. OLE color: 8179618.
HSL color Cylindrical-coordinate representation of color #A2CF7C: hue angle of 92.53º 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 #A2CF7C is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 124 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.19 |
| HSL | 92.53º | 0.46% | 0.65% | - |
| HSV(B) | 92.53º | 0.4% | 0.81% | - |
| XYZ | 40.85 | 53.76 | 27.29 | - |
| YUV | 184.08 | 94.09 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 124 | 0.22 | 0 | 0.40 | 0.19 | 92.53 | 0.46 | 0.65 |
| Hex | A2 | CF | 7C | 16 | 0 | 28 | 13 | 5D | 2E | 41 |
| Octal | 242 | 317 | 174 | 26 | 0 | 50 | 23 | 135 | 56 | 101 |
| Binary | 10100010 | 11001111 | 1111100 | 10110 | 0 | 101000 | 10011 | 1011101 | 101110 | 1000001 |
Color Harmonies of #A2CF7C
Complementary color
Monochromatic Colors of #A2CF7C
Black with #A2CF7C
Text Example
Text Example
White with #A2CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF7C; }
p { color: rgb(162,207,124); }
H1.HeaderClassName
{
color: #A2CF7C;
}
.AnyTagClassName
{
color: #A2CF7C;
}
</style>
background-color css
<style>
a { background-color: #A2CF7C; }
a { background-color: rgb(162,207,124); }
div.DivClassName
{
background-color: #A2CF7C;
}
.BgClassName
{
background-color: #A2CF7C;
}
</style>
border-color css
<style>
span { border-color: #A2CF7C; }
span { border-color: rgb(162,207,124); }
td.TdClassName
{
border-color: #A2CF7C;
}
.TagClassName
{
border-color: #A2CF7C;
}
</style>