Shades of Feijoa #A1F36C
Tints of Feijoa #A1F36C
RGB
CMYK
RGB Variations
Color information
#A1F36C (or 0xA1F36C) is known color: Feijoa. HEX triplet: A1, F3 and 6C. RGB value is (161,243,108). Sum of RGB (Red+Green+Blue) = 161+243+108=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F36C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F36C is #5E0C93. Grayscale: #CBCBCB. Windows color (decimal): -6163604 or 7140257. OLE color: 7140257.
HSL color Cylindrical-coordinate representation of color #A1F36C: hue angle of 96.44º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1F36C is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 108 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.05 |
| HSL | 96.44º | 0.85% | 0.69% | - |
| HSV(B) | 96.44º | 0.56% | 0.95% | - |
| XYZ | 49.46 | 72.76 | 25.63 | - |
| YUV | 203.09 | 74.33 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 108 | 0.34 | 0 | 0.56 | 0.05 | 96.44 | 0.85 | 0.69 |
| Hex | A1 | F3 | 6C | 22 | 0 | 38 | 5 | 60 | 55 | 45 |
| Octal | 241 | 363 | 154 | 42 | 0 | 70 | 5 | 140 | 125 | 105 |
| Binary | 10100001 | 11110011 | 1101100 | 100010 | 0 | 111000 | 101 | 1100000 | 1010101 | 1000101 |
Color Harmonies of #A1F36C
Complementary color
Monochromatic Colors of #A1F36C
Black with #A1F36C
Text Example
Text Example
White with #A1F36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F36C; }
p { color: rgb(161,243,108); }
H1.HeaderClassName
{
color: #A1F36C;
}
.AnyTagClassName
{
color: #A1F36C;
}
</style>
background-color css
<style>
a { background-color: #A1F36C; }
a { background-color: rgb(161,243,108); }
div.DivClassName
{
background-color: #A1F36C;
}
.BgClassName
{
background-color: #A1F36C;
}
</style>
border-color css
<style>
span { border-color: #A1F36C; }
span { border-color: rgb(161,243,108); }
td.TdClassName
{
border-color: #A1F36C;
}
.TagClassName
{
border-color: #A1F36C;
}
</style>