Shades of Feijoa #A2F373
Tints of Feijoa #A2F373
RGB
CMYK
RGB Variations
Color information
#A2F373 (or 0xA2F373) is known color: Feijoa. HEX triplet: A2, F3 and 73. RGB value is (162,243,115). Sum of RGB (Red+Green+Blue) = 162+243+115=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F373 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F373 is #5D0C8C. Grayscale: #CCCCCC. Windows color (decimal): -6098061 or 7599010. OLE color: 7599010.
HSL color Cylindrical-coordinate representation of color #A2F373: hue angle of 97.97º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2F373 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 115 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.05 |
| HSL | 97.97º | 0.84% | 0.7% | - |
| HSV(B) | 97.97º | 0.53% | 0.95% | - |
| XYZ | 50.05 | 73.02 | 27.68 | - |
| YUV | 204.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 115 | 0.33 | 0 | 0.53 | 0.05 | 97.97 | 0.84 | 0.7 |
| Hex | A2 | F3 | 73 | 21 | 0 | 35 | 5 | 62 | 54 | 46 |
| Octal | 242 | 363 | 163 | 41 | 0 | 65 | 5 | 142 | 124 | 106 |
| Binary | 10100010 | 11110011 | 1110011 | 100001 | 0 | 110101 | 101 | 1100010 | 1010100 | 1000110 |
Color Harmonies of #A2F373
Complementary color
Monochromatic Colors of #A2F373
Black with #A2F373
Text Example
Text Example
White with #A2F373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F373; }
p { color: rgb(162,243,115); }
H1.HeaderClassName
{
color: #A2F373;
}
.AnyTagClassName
{
color: #A2F373;
}
</style>
background-color css
<style>
a { background-color: #A2F373; }
a { background-color: rgb(162,243,115); }
div.DivClassName
{
background-color: #A2F373;
}
.BgClassName
{
background-color: #A2F373;
}
</style>
border-color css
<style>
span { border-color: #A2F373; }
span { border-color: rgb(162,243,115); }
td.TdClassName
{
border-color: #A2F373;
}
.TagClassName
{
border-color: #A2F373;
}
</style>