Shades of Feijoa #A1FF6E
Tints of Feijoa #A1FF6E
RGB
CMYK
RGB Variations
Color information
#A1FF6E (or 0xA1FF6E) is known color: Feijoa. HEX triplet: A1, FF and 6E. RGB value is (161,255,110). Sum of RGB (Red+Green+Blue) = 161+255+110=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FF6E is #5E0091. Grayscale: #D2D2D2. Windows color (decimal): -6160530 or 7274401. OLE color: 7274401.
HSL color Cylindrical-coordinate representation of color #A1FF6E: hue angle of 98.9º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1FF6E is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 110 | - |
| CMYK | 0.37 | 0 | 0.57 | 0 |
| HSL | 98.9º | 1% | 0.72% | - |
| HSV(B) | 98.9º | 0.57% | 1% | - |
| XYZ | 53.27 | 80.22 | 27.43 | - |
| YUV | 210.36 | 71.36 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 110 | 0.37 | 0 | 0.57 | 0 | 98.9 | 1 | 0.72 |
| Hex | A1 | FF | 6E | 25 | 0 | 39 | 0 | 63 | 64 | 48 |
| Octal | 241 | 377 | 156 | 45 | 0 | 71 | 0 | 143 | 144 | 110 |
| Binary | 10100001 | 11111111 | 1101110 | 100101 | 0 | 111001 | 0 | 1100011 | 1100100 | 1001000 |
Color Harmonies of #A1FF6E
Complementary color
Monochromatic Colors of #A1FF6E
Black with #A1FF6E
Text Example
Text Example
White with #A1FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF6E; }
p { color: rgb(161,255,110); }
H1.HeaderClassName
{
color: #A1FF6E;
}
.AnyTagClassName
{
color: #A1FF6E;
}
</style>
background-color css
<style>
a { background-color: #A1FF6E; }
a { background-color: rgb(161,255,110); }
div.DivClassName
{
background-color: #A1FF6E;
}
.BgClassName
{
background-color: #A1FF6E;
}
</style>
border-color css
<style>
span { border-color: #A1FF6E; }
span { border-color: rgb(161,255,110); }
td.TdClassName
{
border-color: #A1FF6E;
}
.TagClassName
{
border-color: #A1FF6E;
}
</style>