Shades of Feijoa #A1F66F
Tints of Feijoa #A1F66F
RGB
CMYK
RGB Variations
Color information
#A1F66F (or 0xA1F66F) is known color: Feijoa. HEX triplet: A1, F6 and 6F. RGB value is (161,246,111). Sum of RGB (Red+Green+Blue) = 161+246+111=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F66F is #5E0990. Grayscale: #CDCDCD. Windows color (decimal): -6162833 or 7337633. OLE color: 7337633.
HSL color Cylindrical-coordinate representation of color #A1F66F: hue angle of 97.78º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1F66F is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 111 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.04 |
| HSL | 97.78º | 0.88% | 0.7% | - |
| HSV(B) | 97.78º | 0.55% | 0.96% | - |
| XYZ | 50.52 | 74.64 | 26.78 | - |
| YUV | 205.2 | 74.84 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 111 | 0.35 | 0 | 0.55 | 0.04 | 97.78 | 0.88 | 0.7 |
| Hex | A1 | F6 | 6F | 23 | 0 | 37 | 4 | 62 | 58 | 46 |
| Octal | 241 | 366 | 157 | 43 | 0 | 67 | 4 | 142 | 130 | 106 |
| Binary | 10100001 | 11110110 | 1101111 | 100011 | 0 | 110111 | 100 | 1100010 | 1011000 | 1000110 |
Color Harmonies of #A1F66F
Complementary color
Monochromatic Colors of #A1F66F
Black with #A1F66F
Text Example
Text Example
White with #A1F66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F66F; }
p { color: rgb(161,246,111); }
H1.HeaderClassName
{
color: #A1F66F;
}
.AnyTagClassName
{
color: #A1F66F;
}
</style>
background-color css
<style>
a { background-color: #A1F66F; }
a { background-color: rgb(161,246,111); }
div.DivClassName
{
background-color: #A1F66F;
}
.BgClassName
{
background-color: #A1F66F;
}
</style>
border-color css
<style>
span { border-color: #A1F66F; }
span { border-color: rgb(161,246,111); }
td.TdClassName
{
border-color: #A1F66F;
}
.TagClassName
{
border-color: #A1F66F;
}
</style>