Shades of Feijoa #A1F86D
Tints of Feijoa #A1F86D
RGB
CMYK
RGB Variations
Color information
#A1F86D (or 0xA1F86D) is known color: Feijoa. HEX triplet: A1, F8 and 6D. RGB value is (161,248,109). Sum of RGB (Red+Green+Blue) = 161+248+109=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F86D is #5E0792. Grayscale: #CECECE. Windows color (decimal): -6162323 or 7207073. OLE color: 7207073.
HSL color Cylindrical-coordinate representation of color #A1F86D: hue angle of 97.55º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1F86D is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 109 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.03 |
| HSL | 97.55º | 0.91% | 0.7% | - |
| HSV(B) | 97.55º | 0.56% | 0.97% | - |
| XYZ | 51.03 | 75.82 | 26.41 | - |
| YUV | 206.14 | 73.18 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 109 | 0.35 | 0 | 0.56 | 0.03 | 97.55 | 0.91 | 0.7 |
| Hex | A1 | F8 | 6D | 23 | 0 | 38 | 3 | 62 | 5B | 46 |
| Octal | 241 | 370 | 155 | 43 | 0 | 70 | 3 | 142 | 133 | 106 |
| Binary | 10100001 | 11111000 | 1101101 | 100011 | 0 | 111000 | 11 | 1100010 | 1011011 | 1000110 |
Color Harmonies of #A1F86D
Complementary color
Monochromatic Colors of #A1F86D
Black with #A1F86D
Text Example
Text Example
White with #A1F86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F86D; }
p { color: rgb(161,248,109); }
H1.HeaderClassName
{
color: #A1F86D;
}
.AnyTagClassName
{
color: #A1F86D;
}
</style>
background-color css
<style>
a { background-color: #A1F86D; }
a { background-color: rgb(161,248,109); }
div.DivClassName
{
background-color: #A1F86D;
}
.BgClassName
{
background-color: #A1F86D;
}
</style>
border-color css
<style>
span { border-color: #A1F86D; }
span { border-color: rgb(161,248,109); }
td.TdClassName
{
border-color: #A1F86D;
}
.TagClassName
{
border-color: #A1F86D;
}
</style>