Shades of Conifer #A1F160
Tints of Conifer #A1F160
RGB
CMYK
RGB Variations
Color information
#A1F160 (or 0xA1F160) is known color: Conifer. HEX triplet: A1, F1 and 60. RGB value is (161,241,96). Sum of RGB (Red+Green+Blue) = 161+241+96=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F160 is #5E0E9F. Grayscale: #C9C9C9. Windows color (decimal): -6164128 or 6353313. OLE color: 6353313.
HSL color Cylindrical-coordinate representation of color #A1F160: hue angle of 93.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1F160 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 96 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.05 |
| HSL | 93.1º | 0.84% | 0.66% | - |
| HSV(B) | 93.1º | 0.6% | 0.95% | - |
| XYZ | 48.26 | 71.33 | 22.29 | - |
| YUV | 200.55 | 69 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 96 | 0.33 | 0 | 0.60 | 0.05 | 93.1 | 0.84 | 0.66 |
| Hex | A1 | F1 | 60 | 21 | 0 | 3C | 5 | 5D | 54 | 42 |
| Octal | 241 | 361 | 140 | 41 | 0 | 74 | 5 | 135 | 124 | 102 |
| Binary | 10100001 | 11110001 | 1100000 | 100001 | 0 | 111100 | 101 | 1011101 | 1010100 | 1000010 |
Color Harmonies of #A1F160
Complementary color
Monochromatic Colors of #A1F160
Black with #A1F160
Text Example
Text Example
White with #A1F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F160; }
p { color: rgb(161,241,96); }
H1.HeaderClassName
{
color: #A1F160;
}
.AnyTagClassName
{
color: #A1F160;
}
</style>
background-color css
<style>
a { background-color: #A1F160; }
a { background-color: rgb(161,241,96); }
div.DivClassName
{
background-color: #A1F160;
}
.BgClassName
{
background-color: #A1F160;
}
</style>
border-color css
<style>
span { border-color: #A1F160; }
span { border-color: rgb(161,241,96); }
td.TdClassName
{
border-color: #A1F160;
}
.TagClassName
{
border-color: #A1F160;
}
</style>