Shades of Feijoa #A1F472
Tints of Feijoa #A1F472
RGB
CMYK
RGB Variations
Color information
#A1F472 (or 0xA1F472) is known color: Feijoa. HEX triplet: A1, F4 and 72. RGB value is (161,244,114). Sum of RGB (Red+Green+Blue) = 161+244+114=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F472 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F472 is #5E0B8D. Grayscale: #CCCCCC. Windows color (decimal): -6163342 or 7533729. OLE color: 7533729.
HSL color Cylindrical-coordinate representation of color #A1F472: hue angle of 98.31º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1F472 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 114 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.04 |
| HSL | 98.31º | 0.86% | 0.7% | - |
| HSV(B) | 98.31º | 0.53% | 0.96% | - |
| XYZ | 50.09 | 73.49 | 27.47 | - |
| YUV | 204.36 | 77 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 114 | 0.34 | 0 | 0.53 | 0.04 | 98.31 | 0.86 | 0.7 |
| Hex | A1 | F4 | 72 | 22 | 0 | 35 | 4 | 62 | 56 | 46 |
| Octal | 241 | 364 | 162 | 42 | 0 | 65 | 4 | 142 | 126 | 106 |
| Binary | 10100001 | 11110100 | 1110010 | 100010 | 0 | 110101 | 100 | 1100010 | 1010110 | 1000110 |
Color Harmonies of #A1F472
Complementary color
Monochromatic Colors of #A1F472
Black with #A1F472
Text Example
Text Example
White with #A1F472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F472; }
p { color: rgb(161,244,114); }
H1.HeaderClassName
{
color: #A1F472;
}
.AnyTagClassName
{
color: #A1F472;
}
</style>
background-color css
<style>
a { background-color: #A1F472; }
a { background-color: rgb(161,244,114); }
div.DivClassName
{
background-color: #A1F472;
}
.BgClassName
{
background-color: #A1F472;
}
</style>
border-color css
<style>
span { border-color: #A1F472; }
span { border-color: rgb(161,244,114); }
td.TdClassName
{
border-color: #A1F472;
}
.TagClassName
{
border-color: #A1F472;
}
</style>