Shades of Conifer #A1F953
Tints of Conifer #A1F953
RGB
CMYK
RGB Variations
Color information
#A1F953 (or 0xA1F953) is known color: Conifer. HEX triplet: A1, F9 and 53. RGB value is (161,249,83). Sum of RGB (Red+Green+Blue) = 161+249+83=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F953 is #5E06AC. Grayscale: #CCCCCC. Windows color (decimal): -6162093 or 5503393. OLE color: 5503393.
HSL color Cylindrical-coordinate representation of color #A1F953: hue angle of 91.81º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1F953 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 83 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.02 |
| HSL | 91.81º | 0.93% | 0.65% | - |
| HSV(B) | 91.81º | 0.67% | 0.98% | - |
| XYZ | 50.13 | 75.95 | 20.2 | - |
| YUV | 203.76 | 59.85 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 83 | 0.35 | 0 | 0.67 | 0.02 | 91.81 | 0.93 | 0.65 |
| Hex | A1 | F9 | 53 | 23 | 0 | 43 | 2 | 5C | 5D | 41 |
| Octal | 241 | 371 | 123 | 43 | 0 | 103 | 2 | 134 | 135 | 101 |
| Binary | 10100001 | 11111001 | 1010011 | 100011 | 0 | 1000011 | 10 | 1011100 | 1011101 | 1000001 |
Color Harmonies of #A1F953
Complementary color
Monochromatic Colors of #A1F953
Black with #A1F953
Text Example
Text Example
White with #A1F953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F953; }
p { color: rgb(161,249,83); }
H1.HeaderClassName
{
color: #A1F953;
}
.AnyTagClassName
{
color: #A1F953;
}
</style>
background-color css
<style>
a { background-color: #A1F953; }
a { background-color: rgb(161,249,83); }
div.DivClassName
{
background-color: #A1F953;
}
.BgClassName
{
background-color: #A1F953;
}
</style>
border-color css
<style>
span { border-color: #A1F953; }
span { border-color: rgb(161,249,83); }
td.TdClassName
{
border-color: #A1F953;
}
.TagClassName
{
border-color: #A1F953;
}
</style>