Shades of Feijoa #A1F37F
Tints of Feijoa #A1F37F
RGB
CMYK
RGB Variations
Color information
#A1F37F (or 0xA1F37F) is known color: Feijoa. HEX triplet: A1, F3 and 7F. RGB value is (161,243,127). Sum of RGB (Red+Green+Blue) = 161+243+127=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F37F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F37F is #5E0C80. Grayscale: #CDCDCD. Windows color (decimal): -6163585 or 8385441. OLE color: 8385441.
HSL color Cylindrical-coordinate representation of color #A1F37F: hue angle of 102.41º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1F37F is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 127 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.05 |
| HSL | 102.41º | 0.83% | 0.73% | - |
| HSV(B) | 102.41º | 0.48% | 0.95% | - |
| XYZ | 50.58 | 73.21 | 31.54 | - |
| YUV | 205.26 | 83.83 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 127 | 0.34 | 0 | 0.48 | 0.05 | 102.41 | 0.83 | 0.73 |
| Hex | A1 | F3 | 7F | 22 | 0 | 30 | 5 | 66 | 53 | 49 |
| Octal | 241 | 363 | 177 | 42 | 0 | 60 | 5 | 146 | 123 | 111 |
| Binary | 10100001 | 11110011 | 1111111 | 100010 | 0 | 110000 | 101 | 1100110 | 1010011 | 1001001 |
Color Harmonies of #A1F37F
Complementary color
Monochromatic Colors of #A1F37F
Black with #A1F37F
Text Example
Text Example
White with #A1F37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F37F; }
p { color: rgb(161,243,127); }
H1.HeaderClassName
{
color: #A1F37F;
}
.AnyTagClassName
{
color: #A1F37F;
}
</style>
background-color css
<style>
a { background-color: #A1F37F; }
a { background-color: rgb(161,243,127); }
div.DivClassName
{
background-color: #A1F37F;
}
.BgClassName
{
background-color: #A1F37F;
}
</style>
border-color css
<style>
span { border-color: #A1F37F; }
span { border-color: rgb(161,243,127); }
td.TdClassName
{
border-color: #A1F37F;
}
.TagClassName
{
border-color: #A1F37F;
}
</style>