Shades of Feijoa #A2CB7A
Tints of Feijoa #A2CB7A
RGB
CMYK
RGB Variations
Color information
#A2CB7A (or 0xA2CB7A) is known color: Feijoa. HEX triplet: A2, CB and 7A. RGB value is (162,203,122). Sum of RGB (Red+Green+Blue) = 162+203+122=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB7A is #5D3485. Grayscale: #B5B5B5. Windows color (decimal): -6108294 or 8047522. OLE color: 8047522.
HSL color Cylindrical-coordinate representation of color #A2CB7A: hue angle of 90.37º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2CB7A is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 122 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.20 |
| HSL | 90.37º | 0.44% | 0.64% | - |
| HSV(B) | 90.37º | 0.4% | 0.8% | - |
| XYZ | 39.77 | 51.8 | 26.31 | - |
| YUV | 181.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 122 | 0.20 | 0 | 0.40 | 0.20 | 90.37 | 0.44 | 0.64 |
| Hex | A2 | CB | 7A | 14 | 0 | 28 | 14 | 5A | 2C | 40 |
| Octal | 242 | 313 | 172 | 24 | 0 | 50 | 24 | 132 | 54 | 100 |
| Binary | 10100010 | 11001011 | 1111010 | 10100 | 0 | 101000 | 10100 | 1011010 | 101100 | 1000000 |
Color Harmonies of #A2CB7A
Complementary color
Monochromatic Colors of #A2CB7A
Black with #A2CB7A
Text Example
Text Example
White with #A2CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB7A; }
p { color: rgb(162,203,122); }
H1.HeaderClassName
{
color: #A2CB7A;
}
.AnyTagClassName
{
color: #A2CB7A;
}
</style>
background-color css
<style>
a { background-color: #A2CB7A; }
a { background-color: rgb(162,203,122); }
div.DivClassName
{
background-color: #A2CB7A;
}
.BgClassName
{
background-color: #A2CB7A;
}
</style>
border-color css
<style>
span { border-color: #A2CB7A; }
span { border-color: rgb(162,203,122); }
td.TdClassName
{
border-color: #A2CB7A;
}
.TagClassName
{
border-color: #A2CB7A;
}
</style>