Shades of Feijoa #A1F37E
Tints of Feijoa #A1F37E
RGB
CMYK
RGB Variations
Color information
#A1F37E (or 0xA1F37E) is known color: Feijoa. HEX triplet: A1, F3 and 7E. RGB value is (161,243,126). Sum of RGB (Red+Green+Blue) = 161+243+126=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F37E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F37E is #5E0C81. Grayscale: #CDCDCD. Windows color (decimal): -6163586 or 8319905. OLE color: 8319905.
HSL color Cylindrical-coordinate representation of color #A1F37E: hue angle of 102.05º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1F37E is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 126 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.05 |
| HSL | 102.05º | 0.83% | 0.72% | - |
| HSV(B) | 102.05º | 0.48% | 0.95% | - |
| XYZ | 50.51 | 73.18 | 31.2 | - |
| YUV | 205.14 | 83.33 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 126 | 0.34 | 0 | 0.48 | 0.05 | 102.05 | 0.83 | 0.72 |
| Hex | A1 | F3 | 7E | 22 | 0 | 30 | 5 | 66 | 53 | 48 |
| Octal | 241 | 363 | 176 | 42 | 0 | 60 | 5 | 146 | 123 | 110 |
| Binary | 10100001 | 11110011 | 1111110 | 100010 | 0 | 110000 | 101 | 1100110 | 1010011 | 1001000 |
Color Harmonies of #A1F37E
Complementary color
Monochromatic Colors of #A1F37E
Black with #A1F37E
Text Example
Text Example
White with #A1F37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F37E; }
p { color: rgb(161,243,126); }
H1.HeaderClassName
{
color: #A1F37E;
}
.AnyTagClassName
{
color: #A1F37E;
}
</style>
background-color css
<style>
a { background-color: #A1F37E; }
a { background-color: rgb(161,243,126); }
div.DivClassName
{
background-color: #A1F37E;
}
.BgClassName
{
background-color: #A1F37E;
}
</style>
border-color css
<style>
span { border-color: #A1F37E; }
span { border-color: rgb(161,243,126); }
td.TdClassName
{
border-color: #A1F37E;
}
.TagClassName
{
border-color: #A1F37E;
}
</style>