Shades of Conifer #A6D15C
Tints of Conifer #A6D15C
RGB
CMYK
RGB Variations
Color information
#A6D15C (or 0xA6D15C) is known color: Conifer. HEX triplet: A6, D1 and 5C. RGB value is (166,209,92). Sum of RGB (Red+Green+Blue) = 166+209+92=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D15C is #592EA3. Grayscale: #B7B7B7. Windows color (decimal): -5844644 or 6082982. OLE color: 6082982.
HSL color Cylindrical-coordinate representation of color #A6D15C: hue angle of 82.05º 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 #A6D15C is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 92 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.18 |
| HSL | 82.05º | 0.56% | 0.59% | - |
| HSV(B) | 82.05º | 0.56% | 0.82% | - |
| XYZ | 40.46 | 54.48 | 18.51 | - |
| YUV | 182.81 | 76.75 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 92 | 0.21 | 0 | 0.56 | 0.18 | 82.05 | 0.56 | 0.59 |
| Hex | A6 | D1 | 5C | 15 | 0 | 38 | 12 | 52 | 38 | 3B |
| Octal | 246 | 321 | 134 | 25 | 0 | 70 | 22 | 122 | 70 | 73 |
| Binary | 10100110 | 11010001 | 1011100 | 10101 | 0 | 111000 | 10010 | 1010010 | 111000 | 111011 |
Color Harmonies of #A6D15C
Complementary color
Monochromatic Colors of #A6D15C
Black with #A6D15C
Text Example
Text Example
White with #A6D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D15C; }
p { color: rgb(166,209,92); }
H1.HeaderClassName
{
color: #A6D15C;
}
.AnyTagClassName
{
color: #A6D15C;
}
</style>
background-color css
<style>
a { background-color: #A6D15C; }
a { background-color: rgb(166,209,92); }
div.DivClassName
{
background-color: #A6D15C;
}
.BgClassName
{
background-color: #A6D15C;
}
</style>
border-color css
<style>
span { border-color: #A6D15C; }
span { border-color: rgb(166,209,92); }
td.TdClassName
{
border-color: #A6D15C;
}
.TagClassName
{
border-color: #A6D15C;
}
</style>