Shades of Feijoa #A2CE7F
Tints of Feijoa #A2CE7F
RGB
CMYK
RGB Variations
Color information
#A2CE7F (or 0xA2CE7F) is known color: Feijoa. HEX triplet: A2, CE and 7F. RGB value is (162,206,127). Sum of RGB (Red+Green+Blue) = 162+206+127=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE7F is #5D3180. Grayscale: #B8B8B8. Windows color (decimal): -6107521 or 8375970. OLE color: 8375970.
HSL color Cylindrical-coordinate representation of color #A2CE7F: hue angle of 93.42º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2CE7F is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 127 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.19 |
| HSL | 93.42º | 0.45% | 0.65% | - |
| HSV(B) | 93.42º | 0.38% | 0.81% | - |
| XYZ | 40.8 | 53.36 | 28.23 | - |
| YUV | 183.84 | 95.92 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 127 | 0.21 | 0 | 0.38 | 0.19 | 93.42 | 0.45 | 0.65 |
| Hex | A2 | CE | 7F | 15 | 0 | 26 | 13 | 5D | 2D | 41 |
| Octal | 242 | 316 | 177 | 25 | 0 | 46 | 23 | 135 | 55 | 101 |
| Binary | 10100010 | 11001110 | 1111111 | 10101 | 0 | 100110 | 10011 | 1011101 | 101101 | 1000001 |
Color Harmonies of #A2CE7F
Complementary color
Monochromatic Colors of #A2CE7F
Black with #A2CE7F
Text Example
Text Example
White with #A2CE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE7F; }
p { color: rgb(162,206,127); }
H1.HeaderClassName
{
color: #A2CE7F;
}
.AnyTagClassName
{
color: #A2CE7F;
}
</style>
background-color css
<style>
a { background-color: #A2CE7F; }
a { background-color: rgb(162,206,127); }
div.DivClassName
{
background-color: #A2CE7F;
}
.BgClassName
{
background-color: #A2CE7F;
}
</style>
border-color css
<style>
span { border-color: #A2CE7F; }
span { border-color: rgb(162,206,127); }
td.TdClassName
{
border-color: #A2CE7F;
}
.TagClassName
{
border-color: #A2CE7F;
}
</style>