Shades of Feijoa #A1F96E
Tints of Feijoa #A1F96E
RGB
CMYK
RGB Variations
Color information
#A1F96E (or 0xA1F96E) is known color: Feijoa. HEX triplet: A1, F9 and 6E. RGB value is (161,249,110). Sum of RGB (Red+Green+Blue) = 161+249+110=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F96E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F96E is #5E0691. Grayscale: #CFCFCF. Windows color (decimal): -6162066 or 7272865. OLE color: 7272865.
HSL color Cylindrical-coordinate representation of color #A1F96E: hue angle of 97.99º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1F96E is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 110 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.02 |
| HSL | 97.99º | 0.92% | 0.7% | - |
| HSV(B) | 97.99º | 0.56% | 0.98% | - |
| XYZ | 51.39 | 76.45 | 26.8 | - |
| YUV | 206.84 | 73.35 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 110 | 0.35 | 0 | 0.56 | 0.02 | 97.99 | 0.92 | 0.7 |
| Hex | A1 | F9 | 6E | 23 | 0 | 38 | 2 | 62 | 5C | 46 |
| Octal | 241 | 371 | 156 | 43 | 0 | 70 | 2 | 142 | 134 | 106 |
| Binary | 10100001 | 11111001 | 1101110 | 100011 | 0 | 111000 | 10 | 1100010 | 1011100 | 1000110 |
Color Harmonies of #A1F96E
Complementary color
Monochromatic Colors of #A1F96E
Black with #A1F96E
Text Example
Text Example
White with #A1F96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F96E; }
p { color: rgb(161,249,110); }
H1.HeaderClassName
{
color: #A1F96E;
}
.AnyTagClassName
{
color: #A1F96E;
}
</style>
background-color css
<style>
a { background-color: #A1F96E; }
a { background-color: rgb(161,249,110); }
div.DivClassName
{
background-color: #A1F96E;
}
.BgClassName
{
background-color: #A1F96E;
}
</style>
border-color css
<style>
span { border-color: #A1F96E; }
span { border-color: rgb(161,249,110); }
td.TdClassName
{
border-color: #A1F96E;
}
.TagClassName
{
border-color: #A1F96E;
}
</style>