Shades of Conifer #A1F148
Tints of Conifer #A1F148
RGB
CMYK
RGB Variations
Color information
#A1F148 (or 0xA1F148) is known color: Conifer. HEX triplet: A1, F1 and 48. RGB value is (161,241,72). Sum of RGB (Red+Green+Blue) = 161+241+72=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F148 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F148 is #5E0EB7. Grayscale: #C6C6C6. Windows color (decimal): -6164152 or 4780449. OLE color: 4780449.
HSL color Cylindrical-coordinate representation of color #A1F148: hue angle of 88.4º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1F148 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 72 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.05 |
| HSL | 88.4º | 0.86% | 0.61% | - |
| HSV(B) | 88.4º | 0.7% | 0.95% | - |
| XYZ | 47.32 | 70.96 | 17.33 | - |
| YUV | 197.81 | 57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 72 | 0.33 | 0 | 0.70 | 0.05 | 88.4 | 0.86 | 0.61 |
| Hex | A1 | F1 | 48 | 21 | 0 | 46 | 5 | 58 | 56 | 3D |
| Octal | 241 | 361 | 110 | 41 | 0 | 106 | 5 | 130 | 126 | 75 |
| Binary | 10100001 | 11110001 | 1001000 | 100001 | 0 | 1000110 | 101 | 1011000 | 1010110 | 111101 |
Color Harmonies of #A1F148
Complementary color
Monochromatic Colors of #A1F148
Black with #A1F148
Text Example
Text Example
White with #A1F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F148; }
p { color: rgb(161,241,72); }
H1.HeaderClassName
{
color: #A1F148;
}
.AnyTagClassName
{
color: #A1F148;
}
</style>
background-color css
<style>
a { background-color: #A1F148; }
a { background-color: rgb(161,241,72); }
div.DivClassName
{
background-color: #A1F148;
}
.BgClassName
{
background-color: #A1F148;
}
</style>
border-color css
<style>
span { border-color: #A1F148; }
span { border-color: rgb(161,241,72); }
td.TdClassName
{
border-color: #A1F148;
}
.TagClassName
{
border-color: #A1F148;
}
</style>