Shades of Feijoa #A3E072
Tints of Feijoa #A3E072
RGB
CMYK
RGB Variations
Color information
#A3E072 (or 0xA3E072) is known color: Feijoa. HEX triplet: A3, E0 and 72. RGB value is (163,224,114). Sum of RGB (Red+Green+Blue) = 163+224+114=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E072 is #5C1F8D. Grayscale: #C1C1C1. Windows color (decimal): -6037390 or 7528611. OLE color: 7528611.
HSL color Cylindrical-coordinate representation of color #A3E072: hue angle of 93.27º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3E072 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 114 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.12 |
| HSL | 93.27º | 0.64% | 0.66% | - |
| HSV(B) | 93.27º | 0.49% | 0.88% | - |
| XYZ | 44.8 | 62.31 | 25.59 | - |
| YUV | 193.22 | 83.29 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 114 | 0.27 | 0 | 0.49 | 0.12 | 93.27 | 0.64 | 0.66 |
| Hex | A3 | E0 | 72 | 1B | 0 | 31 | C | 5D | 40 | 42 |
| Octal | 243 | 340 | 162 | 33 | 0 | 61 | 14 | 135 | 100 | 102 |
| Binary | 10100011 | 11100000 | 1110010 | 11011 | 0 | 110001 | 1100 | 1011101 | 1000000 | 1000010 |
Color Harmonies of #A3E072
Complementary color
Monochromatic Colors of #A3E072
Black with #A3E072
Text Example
Text Example
White with #A3E072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E072; }
p { color: rgb(163,224,114); }
H1.HeaderClassName
{
color: #A3E072;
}
.AnyTagClassName
{
color: #A3E072;
}
</style>
background-color css
<style>
a { background-color: #A3E072; }
a { background-color: rgb(163,224,114); }
div.DivClassName
{
background-color: #A3E072;
}
.BgClassName
{
background-color: #A3E072;
}
</style>
border-color css
<style>
span { border-color: #A3E072; }
span { border-color: rgb(163,224,114); }
td.TdClassName
{
border-color: #A3E072;
}
.TagClassName
{
border-color: #A3E072;
}
</style>