Shades of Conifer #A1C95A
Tints of Conifer #A1C95A
RGB
CMYK
RGB Variations
Color information
#A1C95A (or 0xA1C95A) is known color: Conifer. HEX triplet: A1, C9 and 5A. RGB value is (161,201,90). Sum of RGB (Red+Green+Blue) = 161+201+90=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C95A is #5E36A5. Grayscale: #B0B0B0. Windows color (decimal): -6174374 or 5949857. OLE color: 5949857.
HSL color Cylindrical-coordinate representation of color #A1C95A: hue angle of 81.62º degrees, saturation: 0.51, 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 #A1C95A is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 90 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.21 |
| HSL | 81.62º | 0.51% | 0.57% | - |
| HSV(B) | 81.62º | 0.55% | 0.79% | - |
| XYZ | 37.43 | 50.09 | 17.37 | - |
| YUV | 176.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 90 | 0.20 | 0 | 0.55 | 0.21 | 81.62 | 0.51 | 0.57 |
| Hex | A1 | C9 | 5A | 14 | 0 | 37 | 15 | 52 | 33 | 39 |
| Octal | 241 | 311 | 132 | 24 | 0 | 67 | 25 | 122 | 63 | 71 |
| Binary | 10100001 | 11001001 | 1011010 | 10100 | 0 | 110111 | 10101 | 1010010 | 110011 | 111001 |
Color Harmonies of #A1C95A
Complementary color
Monochromatic Colors of #A1C95A
Black with #A1C95A
Text Example
Text Example
White with #A1C95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C95A; }
p { color: rgb(161,201,90); }
H1.HeaderClassName
{
color: #A1C95A;
}
.AnyTagClassName
{
color: #A1C95A;
}
</style>
background-color css
<style>
a { background-color: #A1C95A; }
a { background-color: rgb(161,201,90); }
div.DivClassName
{
background-color: #A1C95A;
}
.BgClassName
{
background-color: #A1C95A;
}
</style>
border-color css
<style>
span { border-color: #A1C95A; }
span { border-color: rgb(161,201,90); }
td.TdClassName
{
border-color: #A1C95A;
}
.TagClassName
{
border-color: #A1C95A;
}
</style>