Shades of Feijoa #A2C97B
Tints of Feijoa #A2C97B
RGB
CMYK
RGB Variations
Color information
#A2C97B (or 0xA2C97B) is known color: Feijoa. HEX triplet: A2, C9 and 7B. RGB value is (162,201,123). Sum of RGB (Red+Green+Blue) = 162+201+123=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C97B is #5D3684. Grayscale: #B4B4B4. Windows color (decimal): -6108805 or 8112546. OLE color: 8112546.
HSL color Cylindrical-coordinate representation of color #A2C97B: hue angle of 90º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2C97B is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 123 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.21 |
| HSL | 90º | 0.42% | 0.64% | - |
| HSV(B) | 90º | 0.39% | 0.79% | - |
| XYZ | 39.36 | 50.88 | 26.49 | - |
| YUV | 180.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 123 | 0.19 | 0 | 0.39 | 0.21 | 90 | 0.42 | 0.64 |
| Hex | A2 | C9 | 7B | 13 | 0 | 27 | 15 | 5A | 2A | 40 |
| Octal | 242 | 311 | 173 | 23 | 0 | 47 | 25 | 132 | 52 | 100 |
| Binary | 10100010 | 11001001 | 1111011 | 10011 | 0 | 100111 | 10101 | 1011010 | 101010 | 1000000 |
Color Harmonies of #A2C97B
Complementary color
Monochromatic Colors of #A2C97B
Black with #A2C97B
Text Example
Text Example
White with #A2C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C97B; }
p { color: rgb(162,201,123); }
H1.HeaderClassName
{
color: #A2C97B;
}
.AnyTagClassName
{
color: #A2C97B;
}
</style>
background-color css
<style>
a { background-color: #A2C97B; }
a { background-color: rgb(162,201,123); }
div.DivClassName
{
background-color: #A2C97B;
}
.BgClassName
{
background-color: #A2C97B;
}
</style>
border-color css
<style>
span { border-color: #A2C97B; }
span { border-color: rgb(162,201,123); }
td.TdClassName
{
border-color: #A2C97B;
}
.TagClassName
{
border-color: #A2C97B;
}
</style>