Shades of Conifer #A1D15C
Tints of Conifer #A1D15C
RGB
CMYK
RGB Variations
Color information
#A1D15C (or 0xA1D15C) is known color: Conifer. HEX triplet: A1, D1 and 5C. RGB value is (161,209,92). Sum of RGB (Red+Green+Blue) = 161+209+92=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D15C is #5E2EA3. Grayscale: #B5B5B5. Windows color (decimal): -6172324 or 6082977. OLE color: 6082977.
HSL color Cylindrical-coordinate representation of color #A1D15C: hue angle of 84.62º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1D15C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 92 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.18 |
| HSL | 84.62º | 0.56% | 0.59% | - |
| HSV(B) | 84.62º | 0.56% | 0.82% | - |
| XYZ | 39.43 | 53.95 | 18.46 | - |
| YUV | 181.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 92 | 0.23 | 0 | 0.56 | 0.18 | 84.62 | 0.56 | 0.59 |
| Hex | A1 | D1 | 5C | 17 | 0 | 38 | 12 | 55 | 38 | 3B |
| Octal | 241 | 321 | 134 | 27 | 0 | 70 | 22 | 125 | 70 | 73 |
| Binary | 10100001 | 11010001 | 1011100 | 10111 | 0 | 111000 | 10010 | 1010101 | 111000 | 111011 |
Color Harmonies of #A1D15C
Complementary color
Monochromatic Colors of #A1D15C
Black with #A1D15C
Text Example
Text Example
White with #A1D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D15C; }
p { color: rgb(161,209,92); }
H1.HeaderClassName
{
color: #A1D15C;
}
.AnyTagClassName
{
color: #A1D15C;
}
</style>
background-color css
<style>
a { background-color: #A1D15C; }
a { background-color: rgb(161,209,92); }
div.DivClassName
{
background-color: #A1D15C;
}
.BgClassName
{
background-color: #A1D15C;
}
</style>
border-color css
<style>
span { border-color: #A1D15C; }
span { border-color: rgb(161,209,92); }
td.TdClassName
{
border-color: #A1D15C;
}
.TagClassName
{
border-color: #A1D15C;
}
</style>