Shades of Conifer #A1F149
Tints of Conifer #A1F149
RGB
CMYK
RGB Variations
Color information
#A1F149 (or 0xA1F149) is known color: Conifer. HEX triplet: A1, F1 and 49. RGB value is (161,241,73). Sum of RGB (Red+Green+Blue) = 161+241+73=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F149 is #5E0EB6. Grayscale: #C6C6C6. Windows color (decimal): -6164151 or 4845985. OLE color: 4845985.
HSL color Cylindrical-coordinate representation of color #A1F149: hue angle of 88.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1F149 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 73 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.05 |
| HSL | 88.57º | 0.86% | 0.62% | - |
| HSV(B) | 88.57º | 0.7% | 0.95% | - |
| XYZ | 47.36 | 70.97 | 17.51 | - |
| YUV | 197.93 | 57.5 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 73 | 0.33 | 0 | 0.70 | 0.05 | 88.57 | 0.86 | 0.62 |
| Hex | A1 | F1 | 49 | 21 | 0 | 46 | 5 | 59 | 56 | 3E |
| Octal | 241 | 361 | 111 | 41 | 0 | 106 | 5 | 131 | 126 | 76 |
| Binary | 10100001 | 11110001 | 1001001 | 100001 | 0 | 1000110 | 101 | 1011001 | 1010110 | 111110 |
Color Harmonies of #A1F149
Complementary color
Monochromatic Colors of #A1F149
Black with #A1F149
Text Example
Text Example
White with #A1F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F149; }
p { color: rgb(161,241,73); }
H1.HeaderClassName
{
color: #A1F149;
}
.AnyTagClassName
{
color: #A1F149;
}
</style>
background-color css
<style>
a { background-color: #A1F149; }
a { background-color: rgb(161,241,73); }
div.DivClassName
{
background-color: #A1F149;
}
.BgClassName
{
background-color: #A1F149;
}
</style>
border-color css
<style>
span { border-color: #A1F149; }
span { border-color: rgb(161,241,73); }
td.TdClassName
{
border-color: #A1F149;
}
.TagClassName
{
border-color: #A1F149;
}
</style>