Shades of Feijoa #A2D773
Tints of Feijoa #A2D773
RGB
CMYK
RGB Variations
Color information
#A2D773 (or 0xA2D773) is known color: Feijoa. HEX triplet: A2, D7 and 73. RGB value is (162,215,115). Sum of RGB (Red+Green+Blue) = 162+215+115=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D773 is #5D288C. Grayscale: #BCBCBC. Windows color (decimal): -6105229 or 7591842. OLE color: 7591842.
HSL color Cylindrical-coordinate representation of color #A2D773: hue angle of 91.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2D773 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 115 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.16 |
| HSL | 91.8º | 0.56% | 0.65% | - |
| HSV(B) | 91.8º | 0.47% | 0.84% | - |
| XYZ | 42.3 | 57.52 | 25.09 | - |
| YUV | 187.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 115 | 0.25 | 0 | 0.47 | 0.16 | 91.8 | 0.56 | 0.65 |
| Hex | A2 | D7 | 73 | 19 | 0 | 2F | 10 | 5C | 38 | 41 |
| Octal | 242 | 327 | 163 | 31 | 0 | 57 | 20 | 134 | 70 | 101 |
| Binary | 10100010 | 11010111 | 1110011 | 11001 | 0 | 101111 | 10000 | 1011100 | 111000 | 1000001 |
Color Harmonies of #A2D773
Complementary color
Monochromatic Colors of #A2D773
Black with #A2D773
Text Example
Text Example
White with #A2D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D773; }
p { color: rgb(162,215,115); }
H1.HeaderClassName
{
color: #A2D773;
}
.AnyTagClassName
{
color: #A2D773;
}
</style>
background-color css
<style>
a { background-color: #A2D773; }
a { background-color: rgb(162,215,115); }
div.DivClassName
{
background-color: #A2D773;
}
.BgClassName
{
background-color: #A2D773;
}
</style>
border-color css
<style>
span { border-color: #A2D773; }
span { border-color: rgb(162,215,115); }
td.TdClassName
{
border-color: #A2D773;
}
.TagClassName
{
border-color: #A2D773;
}
</style>