Shades of Feijoa #A1F37A
Tints of Feijoa #A1F37A
RGB
CMYK
RGB Variations
Color information
#A1F37A (or 0xA1F37A) is known color: Feijoa. HEX triplet: A1, F3 and 7A. RGB value is (161,243,122). Sum of RGB (Red+Green+Blue) = 161+243+122=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F37A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F37A is #5E0C85. Grayscale: #CDCDCD. Windows color (decimal): -6163590 or 8057761. OLE color: 8057761.
HSL color Cylindrical-coordinate representation of color #A1F37A: hue angle of 100.66º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1F37A is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 122 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.05 |
| HSL | 100.66º | 0.83% | 0.72% | - |
| HSV(B) | 100.66º | 0.5% | 0.95% | - |
| XYZ | 50.26 | 73.08 | 29.87 | - |
| YUV | 204.69 | 81.33 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 122 | 0.34 | 0 | 0.50 | 0.05 | 100.66 | 0.83 | 0.72 |
| Hex | A1 | F3 | 7A | 22 | 0 | 32 | 5 | 65 | 53 | 48 |
| Octal | 241 | 363 | 172 | 42 | 0 | 62 | 5 | 145 | 123 | 110 |
| Binary | 10100001 | 11110011 | 1111010 | 100010 | 0 | 110010 | 101 | 1100101 | 1010011 | 1001000 |
Color Harmonies of #A1F37A
Complementary color
Monochromatic Colors of #A1F37A
Black with #A1F37A
Text Example
Text Example
White with #A1F37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F37A; }
p { color: rgb(161,243,122); }
H1.HeaderClassName
{
color: #A1F37A;
}
.AnyTagClassName
{
color: #A1F37A;
}
</style>
background-color css
<style>
a { background-color: #A1F37A; }
a { background-color: rgb(161,243,122); }
div.DivClassName
{
background-color: #A1F37A;
}
.BgClassName
{
background-color: #A1F37A;
}
</style>
border-color css
<style>
span { border-color: #A1F37A; }
span { border-color: rgb(161,243,122); }
td.TdClassName
{
border-color: #A1F37A;
}
.TagClassName
{
border-color: #A1F37A;
}
</style>