Shades of Feijoa #A1F36D
Tints of Feijoa #A1F36D
RGB
CMYK
RGB Variations
Color information
#A1F36D (or 0xA1F36D) is known color: Feijoa. HEX triplet: A1, F3 and 6D. RGB value is (161,243,109). Sum of RGB (Red+Green+Blue) = 161+243+109=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F36D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F36D is #5E0C92. Grayscale: #CBCBCB. Windows color (decimal): -6163603 or 7205793. OLE color: 7205793.
HSL color Cylindrical-coordinate representation of color #A1F36D: hue angle of 96.72º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1F36D is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 109 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.05 |
| HSL | 96.72º | 0.85% | 0.69% | - |
| HSV(B) | 96.72º | 0.55% | 0.95% | - |
| XYZ | 49.51 | 72.78 | 25.91 | - |
| YUV | 203.21 | 74.83 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 109 | 0.34 | 0 | 0.55 | 0.05 | 96.72 | 0.85 | 0.69 |
| Hex | A1 | F3 | 6D | 22 | 0 | 37 | 5 | 61 | 55 | 45 |
| Octal | 241 | 363 | 155 | 42 | 0 | 67 | 5 | 141 | 125 | 105 |
| Binary | 10100001 | 11110011 | 1101101 | 100010 | 0 | 110111 | 101 | 1100001 | 1010101 | 1000101 |
Color Harmonies of #A1F36D
Complementary color
Monochromatic Colors of #A1F36D
Black with #A1F36D
Text Example
Text Example
White with #A1F36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F36D; }
p { color: rgb(161,243,109); }
H1.HeaderClassName
{
color: #A1F36D;
}
.AnyTagClassName
{
color: #A1F36D;
}
</style>
background-color css
<style>
a { background-color: #A1F36D; }
a { background-color: rgb(161,243,109); }
div.DivClassName
{
background-color: #A1F36D;
}
.BgClassName
{
background-color: #A1F36D;
}
</style>
border-color css
<style>
span { border-color: #A1F36D; }
span { border-color: rgb(161,243,109); }
td.TdClassName
{
border-color: #A1F36D;
}
.TagClassName
{
border-color: #A1F36D;
}
</style>