Shades of Feijoa #A3E572
Tints of Feijoa #A3E572
RGB
CMYK
RGB Variations
Color information
#A3E572 (or 0xA3E572) is known color: Feijoa. HEX triplet: A3, E5 and 72. RGB value is (163,229,114). Sum of RGB (Red+Green+Blue) = 163+229+114=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E572 is #5C1A8D. Grayscale: #C4C4C4. Windows color (decimal): -6036110 or 7529891. OLE color: 7529891.
HSL color Cylindrical-coordinate representation of color #A3E572: hue angle of 94.43º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3E572 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 114 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.10 |
| HSL | 94.43º | 0.69% | 0.67% | - |
| HSV(B) | 94.43º | 0.5% | 0.9% | - |
| XYZ | 46.16 | 65.04 | 26.04 | - |
| YUV | 196.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 114 | 0.29 | 0 | 0.50 | 0.10 | 94.43 | 0.69 | 0.67 |
| Hex | A3 | E5 | 72 | 1D | 0 | 32 | A | 5E | 45 | 43 |
| Octal | 243 | 345 | 162 | 35 | 0 | 62 | 12 | 136 | 105 | 103 |
| Binary | 10100011 | 11100101 | 1110010 | 11101 | 0 | 110010 | 1010 | 1011110 | 1000101 | 1000011 |
Color Harmonies of #A3E572
Complementary color
Monochromatic Colors of #A3E572
Black with #A3E572
Text Example
Text Example
White with #A3E572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E572; }
p { color: rgb(163,229,114); }
H1.HeaderClassName
{
color: #A3E572;
}
.AnyTagClassName
{
color: #A3E572;
}
</style>
background-color css
<style>
a { background-color: #A3E572; }
a { background-color: rgb(163,229,114); }
div.DivClassName
{
background-color: #A3E572;
}
.BgClassName
{
background-color: #A3E572;
}
</style>
border-color css
<style>
span { border-color: #A3E572; }
span { border-color: rgb(163,229,114); }
td.TdClassName
{
border-color: #A3E572;
}
.TagClassName
{
border-color: #A3E572;
}
</style>