Shades of Feijoa #A2CA7E
Tints of Feijoa #A2CA7E
RGB
CMYK
RGB Variations
Color information
#A2CA7E (or 0xA2CA7E) is known color: Feijoa. HEX triplet: A2, CA and 7E. RGB value is (162,202,126). Sum of RGB (Red+Green+Blue) = 162+202+126=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA7E is #5D3581. Grayscale: #B5B5B5. Windows color (decimal): -6108546 or 8309410. OLE color: 8309410.
HSL color Cylindrical-coordinate representation of color #A2CA7E: hue angle of 91.58º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2CA7E is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 126 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.21 |
| HSL | 91.58º | 0.42% | 0.64% | - |
| HSV(B) | 91.58º | 0.38% | 0.79% | - |
| XYZ | 39.79 | 51.43 | 27.57 | - |
| YUV | 181.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 126 | 0.20 | 0 | 0.38 | 0.21 | 91.58 | 0.42 | 0.64 |
| Hex | A2 | CA | 7E | 14 | 0 | 26 | 15 | 5C | 2A | 40 |
| Octal | 242 | 312 | 176 | 24 | 0 | 46 | 25 | 134 | 52 | 100 |
| Binary | 10100010 | 11001010 | 1111110 | 10100 | 0 | 100110 | 10101 | 1011100 | 101010 | 1000000 |
Color Harmonies of #A2CA7E
Complementary color
Monochromatic Colors of #A2CA7E
Black with #A2CA7E
Text Example
Text Example
White with #A2CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA7E; }
p { color: rgb(162,202,126); }
H1.HeaderClassName
{
color: #A2CA7E;
}
.AnyTagClassName
{
color: #A2CA7E;
}
</style>
background-color css
<style>
a { background-color: #A2CA7E; }
a { background-color: rgb(162,202,126); }
div.DivClassName
{
background-color: #A2CA7E;
}
.BgClassName
{
background-color: #A2CA7E;
}
</style>
border-color css
<style>
span { border-color: #A2CA7E; }
span { border-color: rgb(162,202,126); }
td.TdClassName
{
border-color: #A2CA7E;
}
.TagClassName
{
border-color: #A2CA7E;
}
</style>