Shades of Conifer #A6D051
Tints of Conifer #A6D051
RGB
CMYK
RGB Variations
Color information
#A6D051 (or 0xA6D051) is known color: Conifer. HEX triplet: A6, D0 and 51. RGB value is (166,208,81). Sum of RGB (Red+Green+Blue) = 166+208+81=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D051 is #592FAE. Grayscale: #B5B5B5. Windows color (decimal): -5844911 or 5361830. OLE color: 5361830.
HSL color Cylindrical-coordinate representation of color #A6D051: hue angle of 79.84º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6D051 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 81 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.18 |
| HSL | 79.84º | 0.57% | 0.57% | - |
| HSV(B) | 79.84º | 0.61% | 0.82% | - |
| XYZ | 39.77 | 53.81 | 16.08 | - |
| YUV | 180.96 | 71.59 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 81 | 0.20 | 0 | 0.61 | 0.18 | 79.84 | 0.57 | 0.57 |
| Hex | A6 | D0 | 51 | 14 | 0 | 3D | 12 | 50 | 39 | 39 |
| Octal | 246 | 320 | 121 | 24 | 0 | 75 | 22 | 120 | 71 | 71 |
| Binary | 10100110 | 11010000 | 1010001 | 10100 | 0 | 111101 | 10010 | 1010000 | 111001 | 111001 |
Color Harmonies of #A6D051
Complementary color
Monochromatic Colors of #A6D051
Black with #A6D051
Text Example
Text Example
White with #A6D051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D051; }
p { color: rgb(166,208,81); }
H1.HeaderClassName
{
color: #A6D051;
}
.AnyTagClassName
{
color: #A6D051;
}
</style>
background-color css
<style>
a { background-color: #A6D051; }
a { background-color: rgb(166,208,81); }
div.DivClassName
{
background-color: #A6D051;
}
.BgClassName
{
background-color: #A6D051;
}
</style>
border-color css
<style>
span { border-color: #A6D051; }
span { border-color: rgb(166,208,81); }
td.TdClassName
{
border-color: #A6D051;
}
.TagClassName
{
border-color: #A6D051;
}
</style>