Shades of Feijoa #A3E672
Tints of Feijoa #A3E672
RGB
CMYK
RGB Variations
Color information
#A3E672 (or 0xA3E672) is known color: Feijoa. HEX triplet: A3, E6 and 72. RGB value is (163,230,114). Sum of RGB (Red+Green+Blue) = 163+230+114=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #A3E672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E672 is #5C198D. Grayscale: #C5C5C5. Windows color (decimal): -6035854 or 7530147. OLE color: 7530147.
HSL color Cylindrical-coordinate representation of color #A3E672: hue angle of 94.66º degrees, saturation: 0.7, 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 #A3E672 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 230 | 114 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.10 |
| HSL | 94.66º | 0.7% | 0.67% | - |
| HSV(B) | 94.66º | 0.5% | 0.9% | - |
| XYZ | 46.44 | 65.6 | 26.13 | - |
| YUV | 196.74 | 81.3 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 230 | 114 | 0.29 | 0 | 0.50 | 0.10 | 94.66 | 0.7 | 0.67 |
| Hex | A3 | E6 | 72 | 1D | 0 | 32 | A | 5F | 46 | 43 |
| Octal | 243 | 346 | 162 | 35 | 0 | 62 | 12 | 137 | 106 | 103 |
| Binary | 10100011 | 11100110 | 1110010 | 11101 | 0 | 110010 | 1010 | 1011111 | 1000110 | 1000011 |
Color Harmonies of #A3E672
Complementary color
Monochromatic Colors of #A3E672
Black with #A3E672
Text Example
Text Example
White with #A3E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E672; }
p { color: rgb(163,230,114); }
H1.HeaderClassName
{
color: #A3E672;
}
.AnyTagClassName
{
color: #A3E672;
}
</style>
background-color css
<style>
a { background-color: #A3E672; }
a { background-color: rgb(163,230,114); }
div.DivClassName
{
background-color: #A3E672;
}
.BgClassName
{
background-color: #A3E672;
}
</style>
border-color css
<style>
span { border-color: #A3E672; }
span { border-color: rgb(163,230,114); }
td.TdClassName
{
border-color: #A3E672;
}
.TagClassName
{
border-color: #A3E672;
}
</style>