Shades of Conifer #A1CB59
Tints of Conifer #A1CB59
RGB
CMYK
RGB Variations
Color information
#A1CB59 (or 0xA1CB59) is known color: Conifer. HEX triplet: A1, CB and 59. RGB value is (161,203,89). Sum of RGB (Red+Green+Blue) = 161+203+89=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB59 is #5E34A6. Grayscale: #B1B1B1. Windows color (decimal): -6173863 or 5884833. OLE color: 5884833.
HSL color Cylindrical-coordinate representation of color #A1CB59: hue angle of 82.11º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1CB59 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 89 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.20 |
| HSL | 82.11º | 0.52% | 0.57% | - |
| HSV(B) | 82.11º | 0.56% | 0.8% | - |
| XYZ | 37.86 | 51.01 | 17.3 | - |
| YUV | 177.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 89 | 0.21 | 0 | 0.56 | 0.20 | 82.11 | 0.52 | 0.57 |
| Hex | A1 | CB | 59 | 15 | 0 | 38 | 14 | 52 | 34 | 39 |
| Octal | 241 | 313 | 131 | 25 | 0 | 70 | 24 | 122 | 64 | 71 |
| Binary | 10100001 | 11001011 | 1011001 | 10101 | 0 | 111000 | 10100 | 1010010 | 110100 | 111001 |
Color Harmonies of #A1CB59
Complementary color
Monochromatic Colors of #A1CB59
Black with #A1CB59
Text Example
Text Example
White with #A1CB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CB59; }
p { color: rgb(161,203,89); }
H1.HeaderClassName
{
color: #A1CB59;
}
.AnyTagClassName
{
color: #A1CB59;
}
</style>
background-color css
<style>
a { background-color: #A1CB59; }
a { background-color: rgb(161,203,89); }
div.DivClassName
{
background-color: #A1CB59;
}
.BgClassName
{
background-color: #A1CB59;
}
</style>
border-color css
<style>
span { border-color: #A1CB59; }
span { border-color: rgb(161,203,89); }
td.TdClassName
{
border-color: #A1CB59;
}
.TagClassName
{
border-color: #A1CB59;
}
</style>