Shades of Conifer #A1D15D
Tints of Conifer #A1D15D
RGB
CMYK
RGB Variations
Color information
#A1D15D (or 0xA1D15D) is known color: Conifer. HEX triplet: A1, D1 and 5D. RGB value is (161,209,93). Sum of RGB (Red+Green+Blue) = 161+209+93=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D15D is #5E2EA2. Grayscale: #B5B5B5. Windows color (decimal): -6172323 or 6148513. OLE color: 6148513.
HSL color Cylindrical-coordinate representation of color #A1D15D: hue angle of 84.83º 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 #A1D15D is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 93 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.18 |
| HSL | 84.83º | 0.56% | 0.59% | - |
| HSV(B) | 84.83º | 0.56% | 0.82% | - |
| XYZ | 39.47 | 53.97 | 18.69 | - |
| YUV | 181.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 93 | 0.23 | 0 | 0.56 | 0.18 | 84.83 | 0.56 | 0.59 |
| Hex | A1 | D1 | 5D | 17 | 0 | 38 | 12 | 55 | 38 | 3B |
| Octal | 241 | 321 | 135 | 27 | 0 | 70 | 22 | 125 | 70 | 73 |
| Binary | 10100001 | 11010001 | 1011101 | 10111 | 0 | 111000 | 10010 | 1010101 | 111000 | 111011 |
Color Harmonies of #A1D15D
Complementary color
Monochromatic Colors of #A1D15D
Black with #A1D15D
Text Example
Text Example
White with #A1D15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D15D; }
p { color: rgb(161,209,93); }
H1.HeaderClassName
{
color: #A1D15D;
}
.AnyTagClassName
{
color: #A1D15D;
}
</style>
background-color css
<style>
a { background-color: #A1D15D; }
a { background-color: rgb(161,209,93); }
div.DivClassName
{
background-color: #A1D15D;
}
.BgClassName
{
background-color: #A1D15D;
}
</style>
border-color css
<style>
span { border-color: #A1D15D; }
span { border-color: rgb(161,209,93); }
td.TdClassName
{
border-color: #A1D15D;
}
.TagClassName
{
border-color: #A1D15D;
}
</style>