Shades of Conifer #A6D15B
Tints of Conifer #A6D15B
RGB
CMYK
RGB Variations
Color information
#A6D15B (or 0xA6D15B) is known color: Conifer. HEX triplet: A6, D1 and 5B. RGB value is (166,209,91). Sum of RGB (Red+Green+Blue) = 166+209+91=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D15B is #592EA4. Grayscale: #B7B7B7. Windows color (decimal): -5844645 or 6017446. OLE color: 6017446.
HSL color Cylindrical-coordinate representation of color #A6D15B: hue angle of 81.86º 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 #A6D15B is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 91 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.18 |
| HSL | 81.86º | 0.56% | 0.59% | - |
| HSV(B) | 81.86º | 0.56% | 0.82% | - |
| XYZ | 40.41 | 54.46 | 18.28 | - |
| YUV | 182.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 91 | 0.21 | 0 | 0.56 | 0.18 | 81.86 | 0.56 | 0.59 |
| Hex | A6 | D1 | 5B | 15 | 0 | 38 | 12 | 52 | 38 | 3B |
| Octal | 246 | 321 | 133 | 25 | 0 | 70 | 22 | 122 | 70 | 73 |
| Binary | 10100110 | 11010001 | 1011011 | 10101 | 0 | 111000 | 10010 | 1010010 | 111000 | 111011 |
Color Harmonies of #A6D15B
Complementary color
Monochromatic Colors of #A6D15B
Black with #A6D15B
Text Example
Text Example
White with #A6D15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D15B; }
p { color: rgb(166,209,91); }
H1.HeaderClassName
{
color: #A6D15B;
}
.AnyTagClassName
{
color: #A6D15B;
}
</style>
background-color css
<style>
a { background-color: #A6D15B; }
a { background-color: rgb(166,209,91); }
div.DivClassName
{
background-color: #A6D15B;
}
.BgClassName
{
background-color: #A6D15B;
}
</style>
border-color css
<style>
span { border-color: #A6D15B; }
span { border-color: rgb(166,209,91); }
td.TdClassName
{
border-color: #A6D15B;
}
.TagClassName
{
border-color: #A6D15B;
}
</style>