Shades of Feijoa #A1F56E
Tints of Feijoa #A1F56E
RGB
CMYK
RGB Variations
Color information
#A1F56E (or 0xA1F56E) is known color: Feijoa. HEX triplet: A1, F5 and 6E. RGB value is (161,245,110). Sum of RGB (Red+Green+Blue) = 161+245+110=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F56E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F56E is #5E0A91. Grayscale: #CCCCCC. Windows color (decimal): -6163090 or 7271841. OLE color: 7271841.
HSL color Cylindrical-coordinate representation of color #A1F56E: hue angle of 97.33º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1F56E is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 245 | 110 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.04 |
| HSL | 97.33º | 0.87% | 0.7% | - |
| HSV(B) | 97.33º | 0.55% | 0.96% | - |
| XYZ | 50.16 | 74.01 | 26.39 | - |
| YUV | 204.49 | 74.67 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 110 | 0.34 | 0 | 0.55 | 0.04 | 97.33 | 0.87 | 0.7 |
| Hex | A1 | F5 | 6E | 22 | 0 | 37 | 4 | 61 | 57 | 46 |
| Octal | 241 | 365 | 156 | 42 | 0 | 67 | 4 | 141 | 127 | 106 |
| Binary | 10100001 | 11110101 | 1101110 | 100010 | 0 | 110111 | 100 | 1100001 | 1010111 | 1000110 |
Color Harmonies of #A1F56E
Complementary color
Monochromatic Colors of #A1F56E
Black with #A1F56E
Text Example
Text Example
White with #A1F56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F56E; }
p { color: rgb(161,245,110); }
H1.HeaderClassName
{
color: #A1F56E;
}
.AnyTagClassName
{
color: #A1F56E;
}
</style>
background-color css
<style>
a { background-color: #A1F56E; }
a { background-color: rgb(161,245,110); }
div.DivClassName
{
background-color: #A1F56E;
}
.BgClassName
{
background-color: #A1F56E;
}
</style>
border-color css
<style>
span { border-color: #A1F56E; }
span { border-color: rgb(161,245,110); }
td.TdClassName
{
border-color: #A1F56E;
}
.TagClassName
{
border-color: #A1F56E;
}
</style>