Shades of Feijoa #A2EA73
Tints of Feijoa #A2EA73
RGB
CMYK
RGB Variations
Color information
#A2EA73 (or 0xA2EA73) is known color: Feijoa. HEX triplet: A2, EA and 73. RGB value is (162,234,115). Sum of RGB (Red+Green+Blue) = 162+234+115=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA73 is #5D158C. Grayscale: #C7C7C7. Windows color (decimal): -6100365 or 7596706. OLE color: 7596706.
HSL color Cylindrical-coordinate representation of color #A2EA73: hue angle of 96.3º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2EA73 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 115 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.08 |
| HSL | 96.3º | 0.74% | 0.68% | - |
| HSV(B) | 96.3º | 0.51% | 0.92% | - |
| XYZ | 47.42 | 67.76 | 26.8 | - |
| YUV | 198.91 | 80.65 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 115 | 0.31 | 0 | 0.51 | 0.08 | 96.3 | 0.74 | 0.68 |
| Hex | A2 | EA | 73 | 1F | 0 | 33 | 8 | 60 | 4A | 44 |
| Octal | 242 | 352 | 163 | 37 | 0 | 63 | 10 | 140 | 112 | 104 |
| Binary | 10100010 | 11101010 | 1110011 | 11111 | 0 | 110011 | 1000 | 1100000 | 1001010 | 1000100 |
Color Harmonies of #A2EA73
Complementary color
Monochromatic Colors of #A2EA73
Black with #A2EA73
Text Example
Text Example
White with #A2EA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EA73; }
p { color: rgb(162,234,115); }
H1.HeaderClassName
{
color: #A2EA73;
}
.AnyTagClassName
{
color: #A2EA73;
}
</style>
background-color css
<style>
a { background-color: #A2EA73; }
a { background-color: rgb(162,234,115); }
div.DivClassName
{
background-color: #A2EA73;
}
.BgClassName
{
background-color: #A2EA73;
}
</style>
border-color css
<style>
span { border-color: #A2EA73; }
span { border-color: rgb(162,234,115); }
td.TdClassName
{
border-color: #A2EA73;
}
.TagClassName
{
border-color: #A2EA73;
}
</style>