Shades of Conifer #A1C95B
Tints of Conifer #A1C95B
RGB
CMYK
RGB Variations
Color information
#A1C95B (or 0xA1C95B) is known color: Conifer. HEX triplet: A1, C9 and 5B. RGB value is (161,201,91). Sum of RGB (Red+Green+Blue) = 161+201+91=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C95B is #5E36A4. Grayscale: #B0B0B0. Windows color (decimal): -6174373 or 6015393. OLE color: 6015393.
HSL color Cylindrical-coordinate representation of color #A1C95B: hue angle of 81.82º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1C95B is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 91 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.21 |
| HSL | 81.82º | 0.5% | 0.57% | - |
| HSV(B) | 81.82º | 0.55% | 0.79% | - |
| XYZ | 37.47 | 50.11 | 17.59 | - |
| YUV | 176.5 | 79.75 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 91 | 0.20 | 0 | 0.55 | 0.21 | 81.82 | 0.5 | 0.57 |
| Hex | A1 | C9 | 5B | 14 | 0 | 37 | 15 | 52 | 32 | 39 |
| Octal | 241 | 311 | 133 | 24 | 0 | 67 | 25 | 122 | 62 | 71 |
| Binary | 10100001 | 11001001 | 1011011 | 10100 | 0 | 110111 | 10101 | 1010010 | 110010 | 111001 |
Color Harmonies of #A1C95B
Complementary color
Monochromatic Colors of #A1C95B
Black with #A1C95B
Text Example
Text Example
White with #A1C95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C95B; }
p { color: rgb(161,201,91); }
H1.HeaderClassName
{
color: #A1C95B;
}
.AnyTagClassName
{
color: #A1C95B;
}
</style>
background-color css
<style>
a { background-color: #A1C95B; }
a { background-color: rgb(161,201,91); }
div.DivClassName
{
background-color: #A1C95B;
}
.BgClassName
{
background-color: #A1C95B;
}
</style>
border-color css
<style>
span { border-color: #A1C95B; }
span { border-color: rgb(161,201,91); }
td.TdClassName
{
border-color: #A1C95B;
}
.TagClassName
{
border-color: #A1C95B;
}
</style>