Shades of Feijoa #A2CA7D
Tints of Feijoa #A2CA7D
RGB
CMYK
RGB Variations
Color information
#A2CA7D (or 0xA2CA7D) is known color: Feijoa. HEX triplet: A2, CA and 7D. RGB value is (162,202,125). Sum of RGB (Red+Green+Blue) = 162+202+125=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA7D is #5D3582. Grayscale: #B5B5B5. Windows color (decimal): -6108547 or 8243874. OLE color: 8243874.
HSL color Cylindrical-coordinate representation of color #A2CA7D: hue angle of 91.17º 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 #A2CA7D is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 125 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.21 |
| HSL | 91.17º | 0.42% | 0.64% | - |
| HSV(B) | 91.17º | 0.38% | 0.79% | - |
| XYZ | 39.72 | 51.4 | 27.23 | - |
| YUV | 181.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 125 | 0.20 | 0 | 0.38 | 0.21 | 91.17 | 0.42 | 0.64 |
| Hex | A2 | CA | 7D | 14 | 0 | 26 | 15 | 5B | 2A | 40 |
| Octal | 242 | 312 | 175 | 24 | 0 | 46 | 25 | 133 | 52 | 100 |
| Binary | 10100010 | 11001010 | 1111101 | 10100 | 0 | 100110 | 10101 | 1011011 | 101010 | 1000000 |
Color Harmonies of #A2CA7D
Complementary color
Monochromatic Colors of #A2CA7D
Black with #A2CA7D
Text Example
Text Example
White with #A2CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA7D; }
p { color: rgb(162,202,125); }
H1.HeaderClassName
{
color: #A2CA7D;
}
.AnyTagClassName
{
color: #A2CA7D;
}
</style>
background-color css
<style>
a { background-color: #A2CA7D; }
a { background-color: rgb(162,202,125); }
div.DivClassName
{
background-color: #A2CA7D;
}
.BgClassName
{
background-color: #A2CA7D;
}
</style>
border-color css
<style>
span { border-color: #A2CA7D; }
span { border-color: rgb(162,202,125); }
td.TdClassName
{
border-color: #A2CA7D;
}
.TagClassName
{
border-color: #A2CA7D;
}
</style>