Shades of Conifer #A6D053
Tints of Conifer #A6D053
RGB
CMYK
RGB Variations
Color information
#A6D053 (or 0xA6D053) is known color: Conifer. HEX triplet: A6, D0 and 53. RGB value is (166,208,83). Sum of RGB (Red+Green+Blue) = 166+208+83=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D053 is #592FAC. Grayscale: #B5B5B5. Windows color (decimal): -5844909 or 5492902. OLE color: 5492902.
HSL color Cylindrical-coordinate representation of color #A6D053: hue angle of 80.16º 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 #A6D053 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 83 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.18 |
| HSL | 80.16º | 0.57% | 0.57% | - |
| HSV(B) | 80.16º | 0.6% | 0.82% | - |
| XYZ | 39.84 | 53.84 | 16.48 | - |
| YUV | 181.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 83 | 0.20 | 0 | 0.60 | 0.18 | 80.16 | 0.57 | 0.57 |
| Hex | A6 | D0 | 53 | 14 | 0 | 3C | 12 | 50 | 39 | 39 |
| Octal | 246 | 320 | 123 | 24 | 0 | 74 | 22 | 120 | 71 | 71 |
| Binary | 10100110 | 11010000 | 1010011 | 10100 | 0 | 111100 | 10010 | 1010000 | 111001 | 111001 |
Color Harmonies of #A6D053
Complementary color
Monochromatic Colors of #A6D053
Black with #A6D053
Text Example
Text Example
White with #A6D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D053; }
p { color: rgb(166,208,83); }
H1.HeaderClassName
{
color: #A6D053;
}
.AnyTagClassName
{
color: #A6D053;
}
</style>
background-color css
<style>
a { background-color: #A6D053; }
a { background-color: rgb(166,208,83); }
div.DivClassName
{
background-color: #A6D053;
}
.BgClassName
{
background-color: #A6D053;
}
</style>
border-color css
<style>
span { border-color: #A6D053; }
span { border-color: rgb(166,208,83); }
td.TdClassName
{
border-color: #A6D053;
}
.TagClassName
{
border-color: #A6D053;
}
</style>