Shades of Feijoa #A1F16D
Tints of Feijoa #A1F16D
RGB
CMYK
RGB Variations
Color information
#A1F16D (or 0xA1F16D) is known color: Feijoa. HEX triplet: A1, F1 and 6D. RGB value is (161,241,109). Sum of RGB (Red+Green+Blue) = 161+241+109=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F16D is #5E0E92. Grayscale: #CACACA. Windows color (decimal): -6164115 or 7205281. OLE color: 7205281.
HSL color Cylindrical-coordinate representation of color #A1F16D: hue angle of 96.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1F16D is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 109 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.05 |
| HSL | 96.36º | 0.83% | 0.69% | - |
| HSV(B) | 96.36º | 0.55% | 0.95% | - |
| XYZ | 48.91 | 71.59 | 25.71 | - |
| YUV | 202.03 | 75.5 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 109 | 0.33 | 0 | 0.55 | 0.05 | 96.36 | 0.83 | 0.69 |
| Hex | A1 | F1 | 6D | 21 | 0 | 37 | 5 | 60 | 52 | 45 |
| Octal | 241 | 361 | 155 | 41 | 0 | 67 | 5 | 140 | 122 | 105 |
| Binary | 10100001 | 11110001 | 1101101 | 100001 | 0 | 110111 | 101 | 1100000 | 1010010 | 1000101 |
Color Harmonies of #A1F16D
Complementary color
Monochromatic Colors of #A1F16D
Black with #A1F16D
Text Example
Text Example
White with #A1F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F16D; }
p { color: rgb(161,241,109); }
H1.HeaderClassName
{
color: #A1F16D;
}
.AnyTagClassName
{
color: #A1F16D;
}
</style>
background-color css
<style>
a { background-color: #A1F16D; }
a { background-color: rgb(161,241,109); }
div.DivClassName
{
background-color: #A1F16D;
}
.BgClassName
{
background-color: #A1F16D;
}
</style>
border-color css
<style>
span { border-color: #A1F16D; }
span { border-color: rgb(161,241,109); }
td.TdClassName
{
border-color: #A1F16D;
}
.TagClassName
{
border-color: #A1F16D;
}
</style>