Shades of Feijoa #A1F97A
Tints of Feijoa #A1F97A
RGB
CMYK
RGB Variations
Color information
#A1F97A (or 0xA1F97A) is known color: Feijoa. HEX triplet: A1, F9 and 7A. RGB value is (161,249,122). Sum of RGB (Red+Green+Blue) = 161+249+122=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F97A is #5E0685. Grayscale: #D0D0D0. Windows color (decimal): -6162054 or 8059297. OLE color: 8059297.
HSL color Cylindrical-coordinate representation of color #A1F97A: hue angle of 101.57º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1F97A is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 122 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.02 |
| HSL | 101.57º | 0.91% | 0.73% | - |
| HSV(B) | 101.57º | 0.51% | 0.98% | - |
| XYZ | 52.09 | 76.73 | 30.48 | - |
| YUV | 208.21 | 79.35 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 122 | 0.35 | 0 | 0.51 | 0.02 | 101.57 | 0.91 | 0.73 |
| Hex | A1 | F9 | 7A | 23 | 0 | 33 | 2 | 66 | 5B | 49 |
| Octal | 241 | 371 | 172 | 43 | 0 | 63 | 2 | 146 | 133 | 111 |
| Binary | 10100001 | 11111001 | 1111010 | 100011 | 0 | 110011 | 10 | 1100110 | 1011011 | 1001001 |
Color Harmonies of #A1F97A
Complementary color
Monochromatic Colors of #A1F97A
Black with #A1F97A
Text Example
Text Example
White with #A1F97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F97A; }
p { color: rgb(161,249,122); }
H1.HeaderClassName
{
color: #A1F97A;
}
.AnyTagClassName
{
color: #A1F97A;
}
</style>
background-color css
<style>
a { background-color: #A1F97A; }
a { background-color: rgb(161,249,122); }
div.DivClassName
{
background-color: #A1F97A;
}
.BgClassName
{
background-color: #A1F97A;
}
</style>
border-color css
<style>
span { border-color: #A1F97A; }
span { border-color: rgb(161,249,122); }
td.TdClassName
{
border-color: #A1F97A;
}
.TagClassName
{
border-color: #A1F97A;
}
</style>