Shades of Conifer #A1F163
Tints of Conifer #A1F163
RGB
CMYK
RGB Variations
Color information
#A1F163 (or 0xA1F163) is known color: Conifer. HEX triplet: A1, F1 and 63. RGB value is (161,241,99). Sum of RGB (Red+Green+Blue) = 161+241+99=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F163 is #5E0E9C. Grayscale: #C9C9C9. Windows color (decimal): -6164125 or 6549921. OLE color: 6549921.
HSL color Cylindrical-coordinate representation of color #A1F163: hue angle of 93.8º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1F163 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 99 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.05 |
| HSL | 93.8º | 0.84% | 0.67% | - |
| HSV(B) | 93.8º | 0.59% | 0.95% | - |
| XYZ | 48.41 | 71.39 | 23.03 | - |
| YUV | 200.89 | 70.5 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 99 | 0.33 | 0 | 0.59 | 0.05 | 93.8 | 0.84 | 0.67 |
| Hex | A1 | F1 | 63 | 21 | 0 | 3B | 5 | 5E | 54 | 43 |
| Octal | 241 | 361 | 143 | 41 | 0 | 73 | 5 | 136 | 124 | 103 |
| Binary | 10100001 | 11110001 | 1100011 | 100001 | 0 | 111011 | 101 | 1011110 | 1010100 | 1000011 |
Color Harmonies of #A1F163
Complementary color
Monochromatic Colors of #A1F163
Black with #A1F163
Text Example
Text Example
White with #A1F163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F163; }
p { color: rgb(161,241,99); }
H1.HeaderClassName
{
color: #A1F163;
}
.AnyTagClassName
{
color: #A1F163;
}
</style>
background-color css
<style>
a { background-color: #A1F163; }
a { background-color: rgb(161,241,99); }
div.DivClassName
{
background-color: #A1F163;
}
.BgClassName
{
background-color: #A1F163;
}
</style>
border-color css
<style>
span { border-color: #A1F163; }
span { border-color: rgb(161,241,99); }
td.TdClassName
{
border-color: #A1F163;
}
.TagClassName
{
border-color: #A1F163;
}
</style>