Shades of Conifer #A1D950
Tints of Conifer #A1D950
RGB
CMYK
RGB Variations
Color information
#A1D950 (or 0xA1D950) is known color: Conifer. HEX triplet: A1, D9 and 50. RGB value is (161,217,80). Sum of RGB (Red+Green+Blue) = 161+217+80=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D950 is #5E26AF. Grayscale: #B9B9B9. Windows color (decimal): -6170288 or 5298593. OLE color: 5298593.
HSL color Cylindrical-coordinate representation of color #A1D950: hue angle of 84.53º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1D950 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 80 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.15 |
| HSL | 84.53º | 0.64% | 0.58% | - |
| HSV(B) | 84.53º | 0.63% | 0.85% | - |
| XYZ | 40.96 | 57.78 | 16.58 | - |
| YUV | 184.64 | 68.95 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 80 | 0.26 | 0 | 0.63 | 0.15 | 84.53 | 0.64 | 0.58 |
| Hex | A1 | D9 | 50 | 1A | 0 | 3F | F | 55 | 40 | 3A |
| Octal | 241 | 331 | 120 | 32 | 0 | 77 | 17 | 125 | 100 | 72 |
| Binary | 10100001 | 11011001 | 1010000 | 11010 | 0 | 111111 | 1111 | 1010101 | 1000000 | 111010 |
Color Harmonies of #A1D950
Complementary color
Monochromatic Colors of #A1D950
Black with #A1D950
Text Example
Text Example
White with #A1D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D950; }
p { color: rgb(161,217,80); }
H1.HeaderClassName
{
color: #A1D950;
}
.AnyTagClassName
{
color: #A1D950;
}
</style>
background-color css
<style>
a { background-color: #A1D950; }
a { background-color: rgb(161,217,80); }
div.DivClassName
{
background-color: #A1D950;
}
.BgClassName
{
background-color: #A1D950;
}
</style>
border-color css
<style>
span { border-color: #A1D950; }
span { border-color: rgb(161,217,80); }
td.TdClassName
{
border-color: #A1D950;
}
.TagClassName
{
border-color: #A1D950;
}
</style>