Shades of Feijoa #A3F772
Tints of Feijoa #A3F772
RGB
CMYK
RGB Variations
Color information
#A3F772 (or 0xA3F772) is known color: Feijoa. HEX triplet: A3, F7 and 72. RGB value is (163,247,114). Sum of RGB (Red+Green+Blue) = 163+247+114=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #A3F772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F772 is #5C088D. Grayscale: #CFCFCF. Windows color (decimal): -6031502 or 7534499. OLE color: 7534499.
HSL color Cylindrical-coordinate representation of color #A3F772: hue angle of 97.89º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3F772 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 247 | 114 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.03 |
| HSL | 97.89º | 0.89% | 0.71% | - |
| HSV(B) | 97.89º | 0.54% | 0.97% | - |
| XYZ | 51.4 | 75.52 | 27.79 | - |
| YUV | 206.72 | 75.67 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 247 | 114 | 0.34 | 0 | 0.54 | 0.03 | 97.89 | 0.89 | 0.71 |
| Hex | A3 | F7 | 72 | 22 | 0 | 36 | 3 | 62 | 59 | 47 |
| Octal | 243 | 367 | 162 | 42 | 0 | 66 | 3 | 142 | 131 | 107 |
| Binary | 10100011 | 11110111 | 1110010 | 100010 | 0 | 110110 | 11 | 1100010 | 1011001 | 1000111 |
Color Harmonies of #A3F772
Complementary color
Monochromatic Colors of #A3F772
Black with #A3F772
Text Example
Text Example
White with #A3F772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F772; }
p { color: rgb(163,247,114); }
H1.HeaderClassName
{
color: #A3F772;
}
.AnyTagClassName
{
color: #A3F772;
}
</style>
background-color css
<style>
a { background-color: #A3F772; }
a { background-color: rgb(163,247,114); }
div.DivClassName
{
background-color: #A3F772;
}
.BgClassName
{
background-color: #A3F772;
}
</style>
border-color css
<style>
span { border-color: #A3F772; }
span { border-color: rgb(163,247,114); }
td.TdClassName
{
border-color: #A3F772;
}
.TagClassName
{
border-color: #A3F772;
}
</style>