Shades of Feijoa #A1F36F
Tints of Feijoa #A1F36F
RGB
CMYK
RGB Variations
Color information
#A1F36F (or 0xA1F36F) is known color: Feijoa. HEX triplet: A1, F3 and 6F. RGB value is (161,243,111). Sum of RGB (Red+Green+Blue) = 161+243+111=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F36F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F36F is #5E0C90. Grayscale: #CBCBCB. Windows color (decimal): -6163601 or 7336865. OLE color: 7336865.
HSL color Cylindrical-coordinate representation of color #A1F36F: hue angle of 97.27º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1F36F is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 111 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.05 |
| HSL | 97.27º | 0.85% | 0.69% | - |
| HSV(B) | 97.27º | 0.54% | 0.95% | - |
| XYZ | 49.62 | 72.83 | 26.48 | - |
| YUV | 203.43 | 75.83 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 111 | 0.34 | 0 | 0.54 | 0.05 | 97.27 | 0.85 | 0.69 |
| Hex | A1 | F3 | 6F | 22 | 0 | 36 | 5 | 61 | 55 | 45 |
| Octal | 241 | 363 | 157 | 42 | 0 | 66 | 5 | 141 | 125 | 105 |
| Binary | 10100001 | 11110011 | 1101111 | 100010 | 0 | 110110 | 101 | 1100001 | 1010101 | 1000101 |
Color Harmonies of #A1F36F
Complementary color
Monochromatic Colors of #A1F36F
Black with #A1F36F
Text Example
Text Example
White with #A1F36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F36F; }
p { color: rgb(161,243,111); }
H1.HeaderClassName
{
color: #A1F36F;
}
.AnyTagClassName
{
color: #A1F36F;
}
</style>
background-color css
<style>
a { background-color: #A1F36F; }
a { background-color: rgb(161,243,111); }
div.DivClassName
{
background-color: #A1F36F;
}
.BgClassName
{
background-color: #A1F36F;
}
</style>
border-color css
<style>
span { border-color: #A1F36F; }
span { border-color: rgb(161,243,111); }
td.TdClassName
{
border-color: #A1F36F;
}
.TagClassName
{
border-color: #A1F36F;
}
</style>