Shades of Feijoa #A2CB7E
Tints of Feijoa #A2CB7E
RGB
CMYK
RGB Variations
Color information
#A2CB7E (or 0xA2CB7E) is known color: Feijoa. HEX triplet: A2, CB and 7E. RGB value is (162,203,126). Sum of RGB (Red+Green+Blue) = 162+203+126=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB7E is #5D3481. Grayscale: #B6B6B6. Windows color (decimal): -6108290 or 8309666. OLE color: 8309666.
HSL color Cylindrical-coordinate representation of color #A2CB7E: hue angle of 91.95º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2CB7E is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 126 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.20 |
| HSL | 91.95º | 0.43% | 0.65% | - |
| HSV(B) | 91.95º | 0.38% | 0.8% | - |
| XYZ | 40.02 | 51.9 | 27.65 | - |
| YUV | 181.96 | 96.42 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 126 | 0.20 | 0 | 0.38 | 0.20 | 91.95 | 0.43 | 0.65 |
| Hex | A2 | CB | 7E | 14 | 0 | 26 | 14 | 5C | 2B | 41 |
| Octal | 242 | 313 | 176 | 24 | 0 | 46 | 24 | 134 | 53 | 101 |
| Binary | 10100010 | 11001011 | 1111110 | 10100 | 0 | 100110 | 10100 | 1011100 | 101011 | 1000001 |
Color Harmonies of #A2CB7E
Complementary color
Monochromatic Colors of #A2CB7E
Black with #A2CB7E
Text Example
Text Example
White with #A2CB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB7E; }
p { color: rgb(162,203,126); }
H1.HeaderClassName
{
color: #A2CB7E;
}
.AnyTagClassName
{
color: #A2CB7E;
}
</style>
background-color css
<style>
a { background-color: #A2CB7E; }
a { background-color: rgb(162,203,126); }
div.DivClassName
{
background-color: #A2CB7E;
}
.BgClassName
{
background-color: #A2CB7E;
}
</style>
border-color css
<style>
span { border-color: #A2CB7E; }
span { border-color: rgb(162,203,126); }
td.TdClassName
{
border-color: #A2CB7E;
}
.TagClassName
{
border-color: #A2CB7E;
}
</style>