Shades of Conifer #A6D35B
Tints of Conifer #A6D35B
RGB
CMYK
RGB Variations
Color information
#A6D35B (or 0xA6D35B) is known color: Conifer. HEX triplet: A6, D3 and 5B. RGB value is (166,211,91). Sum of RGB (Red+Green+Blue) = 166+211+91=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D35B is #592CA4. Grayscale: #B8B8B8. Windows color (decimal): -5844133 or 6017958. OLE color: 6017958.
HSL color Cylindrical-coordinate representation of color #A6D35B: hue angle of 82.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6D35B is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 91 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.17 |
| HSL | 82.5º | 0.58% | 0.59% | - |
| HSV(B) | 82.5º | 0.57% | 0.83% | - |
| XYZ | 40.91 | 55.45 | 18.44 | - |
| YUV | 183.87 | 75.59 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 91 | 0.21 | 0 | 0.57 | 0.17 | 82.5 | 0.58 | 0.59 |
| Hex | A6 | D3 | 5B | 15 | 0 | 39 | 11 | 52 | 3A | 3B |
| Octal | 246 | 323 | 133 | 25 | 0 | 71 | 21 | 122 | 72 | 73 |
| Binary | 10100110 | 11010011 | 1011011 | 10101 | 0 | 111001 | 10001 | 1010010 | 111010 | 111011 |
Color Harmonies of #A6D35B
Complementary color
Monochromatic Colors of #A6D35B
Black with #A6D35B
Text Example
Text Example
White with #A6D35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D35B; }
p { color: rgb(166,211,91); }
H1.HeaderClassName
{
color: #A6D35B;
}
.AnyTagClassName
{
color: #A6D35B;
}
</style>
background-color css
<style>
a { background-color: #A6D35B; }
a { background-color: rgb(166,211,91); }
div.DivClassName
{
background-color: #A6D35B;
}
.BgClassName
{
background-color: #A6D35B;
}
</style>
border-color css
<style>
span { border-color: #A6D35B; }
span { border-color: rgb(166,211,91); }
td.TdClassName
{
border-color: #A6D35B;
}
.TagClassName
{
border-color: #A6D35B;
}
</style>