Shades of Feijoa #A2CE7A
Tints of Feijoa #A2CE7A
RGB
CMYK
RGB Variations
Color information
#A2CE7A (or 0xA2CE7A) is known color: Feijoa. HEX triplet: A2, CE and 7A. RGB value is (162,206,122). Sum of RGB (Red+Green+Blue) = 162+206+122=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE7A is #5D3185. Grayscale: #B7B7B7. Windows color (decimal): -6107526 or 8048290. OLE color: 8048290.
HSL color Cylindrical-coordinate representation of color #A2CE7A: hue angle of 91.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2CE7A is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 122 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.19 |
| HSL | 91.43º | 0.46% | 0.64% | - |
| HSV(B) | 91.43º | 0.41% | 0.81% | - |
| XYZ | 40.48 | 53.23 | 26.55 | - |
| YUV | 183.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 122 | 0.21 | 0 | 0.41 | 0.19 | 91.43 | 0.46 | 0.64 |
| Hex | A2 | CE | 7A | 15 | 0 | 29 | 13 | 5B | 2E | 40 |
| Octal | 242 | 316 | 172 | 25 | 0 | 51 | 23 | 133 | 56 | 100 |
| Binary | 10100010 | 11001110 | 1111010 | 10101 | 0 | 101001 | 10011 | 1011011 | 101110 | 1000000 |
Color Harmonies of #A2CE7A
Complementary color
Monochromatic Colors of #A2CE7A
Black with #A2CE7A
Text Example
Text Example
White with #A2CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE7A; }
p { color: rgb(162,206,122); }
H1.HeaderClassName
{
color: #A2CE7A;
}
.AnyTagClassName
{
color: #A2CE7A;
}
</style>
background-color css
<style>
a { background-color: #A2CE7A; }
a { background-color: rgb(162,206,122); }
div.DivClassName
{
background-color: #A2CE7A;
}
.BgClassName
{
background-color: #A2CE7A;
}
</style>
border-color css
<style>
span { border-color: #A2CE7A; }
span { border-color: rgb(162,206,122); }
td.TdClassName
{
border-color: #A2CE7A;
}
.TagClassName
{
border-color: #A2CE7A;
}
</style>