Shades of Feijoa #A1F66C
Tints of Feijoa #A1F66C
RGB
CMYK
RGB Variations
Color information
#A1F66C (or 0xA1F66C) is known color: Feijoa. HEX triplet: A1, F6 and 6C. RGB value is (161,246,108). Sum of RGB (Red+Green+Blue) = 161+246+108=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F66C is #5E0993. Grayscale: #CDCDCD. Windows color (decimal): -6162836 or 7141025. OLE color: 7141025.
HSL color Cylindrical-coordinate representation of color #A1F66C: hue angle of 96.96º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1F66C is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 108 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.04 |
| HSL | 96.96º | 0.88% | 0.69% | - |
| HSV(B) | 96.96º | 0.56% | 0.96% | - |
| XYZ | 50.36 | 74.57 | 25.93 | - |
| YUV | 204.85 | 73.34 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 108 | 0.35 | 0 | 0.56 | 0.04 | 96.96 | 0.88 | 0.69 |
| Hex | A1 | F6 | 6C | 23 | 0 | 38 | 4 | 61 | 58 | 45 |
| Octal | 241 | 366 | 154 | 43 | 0 | 70 | 4 | 141 | 130 | 105 |
| Binary | 10100001 | 11110110 | 1101100 | 100011 | 0 | 111000 | 100 | 1100001 | 1011000 | 1000101 |
Color Harmonies of #A1F66C
Complementary color
Monochromatic Colors of #A1F66C
Black with #A1F66C
Text Example
Text Example
White with #A1F66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F66C; }
p { color: rgb(161,246,108); }
H1.HeaderClassName
{
color: #A1F66C;
}
.AnyTagClassName
{
color: #A1F66C;
}
</style>
background-color css
<style>
a { background-color: #A1F66C; }
a { background-color: rgb(161,246,108); }
div.DivClassName
{
background-color: #A1F66C;
}
.BgClassName
{
background-color: #A1F66C;
}
</style>
border-color css
<style>
span { border-color: #A1F66C; }
span { border-color: rgb(161,246,108); }
td.TdClassName
{
border-color: #A1F66C;
}
.TagClassName
{
border-color: #A1F66C;
}
</style>