Shades of Conifer #A6D054
Tints of Conifer #A6D054
RGB
CMYK
RGB Variations
Color information
#A6D054 (or 0xA6D054) is known color: Conifer. HEX triplet: A6, D0 and 54. RGB value is (166,208,84). Sum of RGB (Red+Green+Blue) = 166+208+84=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D054 is #592FAB. Grayscale: #B5B5B5. Windows color (decimal): -5844908 or 5558438. OLE color: 5558438.
HSL color Cylindrical-coordinate representation of color #A6D054: hue angle of 80.32º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6D054 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 84 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.18 |
| HSL | 80.32º | 0.57% | 0.57% | - |
| HSV(B) | 80.32º | 0.6% | 0.82% | - |
| XYZ | 39.88 | 53.86 | 16.68 | - |
| YUV | 181.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 84 | 0.20 | 0 | 0.60 | 0.18 | 80.32 | 0.57 | 0.57 |
| Hex | A6 | D0 | 54 | 14 | 0 | 3C | 12 | 50 | 39 | 39 |
| Octal | 246 | 320 | 124 | 24 | 0 | 74 | 22 | 120 | 71 | 71 |
| Binary | 10100110 | 11010000 | 1010100 | 10100 | 0 | 111100 | 10010 | 1010000 | 111001 | 111001 |
Color Harmonies of #A6D054
Complementary color
Monochromatic Colors of #A6D054
Black with #A6D054
Text Example
Text Example
White with #A6D054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D054; }
p { color: rgb(166,208,84); }
H1.HeaderClassName
{
color: #A6D054;
}
.AnyTagClassName
{
color: #A6D054;
}
</style>
background-color css
<style>
a { background-color: #A6D054; }
a { background-color: rgb(166,208,84); }
div.DivClassName
{
background-color: #A6D054;
}
.BgClassName
{
background-color: #A6D054;
}
</style>
border-color css
<style>
span { border-color: #A6D054; }
span { border-color: rgb(166,208,84); }
td.TdClassName
{
border-color: #A6D054;
}
.TagClassName
{
border-color: #A6D054;
}
</style>