Shades of Conifer #A1D15F
Tints of Conifer #A1D15F
RGB
CMYK
RGB Variations
Color information
#A1D15F (or 0xA1D15F) is known color: Conifer. HEX triplet: A1, D1 and 5F. RGB value is (161,209,95). Sum of RGB (Red+Green+Blue) = 161+209+95=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D15F is #5E2EA0. Grayscale: #B6B6B6. Windows color (decimal): -6172321 or 6279585. OLE color: 6279585.
HSL color Cylindrical-coordinate representation of color #A1D15F: hue angle of 85.26º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1D15F is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 95 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.18 |
| HSL | 85.26º | 0.55% | 0.6% | - |
| HSV(B) | 85.26º | 0.55% | 0.82% | - |
| XYZ | 39.56 | 54 | 19.17 | - |
| YUV | 181.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 95 | 0.23 | 0 | 0.55 | 0.18 | 85.26 | 0.55 | 0.6 |
| Hex | A1 | D1 | 5F | 17 | 0 | 37 | 12 | 55 | 37 | 3C |
| Octal | 241 | 321 | 137 | 27 | 0 | 67 | 22 | 125 | 67 | 74 |
| Binary | 10100001 | 11010001 | 1011111 | 10111 | 0 | 110111 | 10010 | 1010101 | 110111 | 111100 |
Color Harmonies of #A1D15F
Complementary color
Monochromatic Colors of #A1D15F
Black with #A1D15F
Text Example
Text Example
White with #A1D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D15F; }
p { color: rgb(161,209,95); }
H1.HeaderClassName
{
color: #A1D15F;
}
.AnyTagClassName
{
color: #A1D15F;
}
</style>
background-color css
<style>
a { background-color: #A1D15F; }
a { background-color: rgb(161,209,95); }
div.DivClassName
{
background-color: #A1D15F;
}
.BgClassName
{
background-color: #A1D15F;
}
</style>
border-color css
<style>
span { border-color: #A1D15F; }
span { border-color: rgb(161,209,95); }
td.TdClassName
{
border-color: #A1D15F;
}
.TagClassName
{
border-color: #A1D15F;
}
</style>