Shades of Conifer #A1C958
Tints of Conifer #A1C958
RGB
CMYK
RGB Variations
Color information
#A1C958 (or 0xA1C958) is known color: Conifer. HEX triplet: A1, C9 and 58. RGB value is (161,201,88). Sum of RGB (Red+Green+Blue) = 161+201+88=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C958 is #5E36A7. Grayscale: #B0B0B0. Windows color (decimal): -6174376 or 5818785. OLE color: 5818785.
HSL color Cylindrical-coordinate representation of color #A1C958: hue angle of 81.24º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1C958 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 88 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.21 |
| HSL | 81.24º | 0.51% | 0.57% | - |
| HSV(B) | 81.24º | 0.56% | 0.79% | - |
| XYZ | 37.35 | 50.05 | 16.93 | - |
| YUV | 176.16 | 78.25 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 88 | 0.20 | 0 | 0.56 | 0.21 | 81.24 | 0.51 | 0.57 |
| Hex | A1 | C9 | 58 | 14 | 0 | 38 | 15 | 51 | 33 | 39 |
| Octal | 241 | 311 | 130 | 24 | 0 | 70 | 25 | 121 | 63 | 71 |
| Binary | 10100001 | 11001001 | 1011000 | 10100 | 0 | 111000 | 10101 | 1010001 | 110011 | 111001 |
Color Harmonies of #A1C958
Complementary color
Monochromatic Colors of #A1C958
Black with #A1C958
Text Example
Text Example
White with #A1C958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C958; }
p { color: rgb(161,201,88); }
H1.HeaderClassName
{
color: #A1C958;
}
.AnyTagClassName
{
color: #A1C958;
}
</style>
background-color css
<style>
a { background-color: #A1C958; }
a { background-color: rgb(161,201,88); }
div.DivClassName
{
background-color: #A1C958;
}
.BgClassName
{
background-color: #A1C958;
}
</style>
border-color css
<style>
span { border-color: #A1C958; }
span { border-color: rgb(161,201,88); }
td.TdClassName
{
border-color: #A1C958;
}
.TagClassName
{
border-color: #A1C958;
}
</style>