Shades of Conifer #A6D853
Tints of Conifer #A6D853
RGB
CMYK
RGB Variations
Color information
#A6D853 (or 0xA6D853) is known color: Conifer. HEX triplet: A6, D8 and 53. RGB value is (166,216,83). Sum of RGB (Red+Green+Blue) = 166+216+83=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D853 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D853 is #5927AC. Grayscale: #BABABA. Windows color (decimal): -5842861 or 5494950. OLE color: 5494950.
HSL color Cylindrical-coordinate representation of color #A6D853: hue angle of 82.56º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6D853 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 83 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.15 |
| HSL | 82.56º | 0.63% | 0.59% | - |
| HSV(B) | 82.56º | 0.62% | 0.85% | - |
| XYZ | 41.84 | 57.84 | 17.14 | - |
| YUV | 185.89 | 69.94 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 83 | 0.23 | 0 | 0.62 | 0.15 | 82.56 | 0.63 | 0.59 |
| Hex | A6 | D8 | 53 | 17 | 0 | 3E | F | 53 | 3F | 3B |
| Octal | 246 | 330 | 123 | 27 | 0 | 76 | 17 | 123 | 77 | 73 |
| Binary | 10100110 | 11011000 | 1010011 | 10111 | 0 | 111110 | 1111 | 1010011 | 111111 | 111011 |
Color Harmonies of #A6D853
Complementary color
Monochromatic Colors of #A6D853
Black with #A6D853
Text Example
Text Example
White with #A6D853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D853; }
p { color: rgb(166,216,83); }
H1.HeaderClassName
{
color: #A6D853;
}
.AnyTagClassName
{
color: #A6D853;
}
</style>
background-color css
<style>
a { background-color: #A6D853; }
a { background-color: rgb(166,216,83); }
div.DivClassName
{
background-color: #A6D853;
}
.BgClassName
{
background-color: #A6D853;
}
</style>
border-color css
<style>
span { border-color: #A6D853; }
span { border-color: rgb(166,216,83); }
td.TdClassName
{
border-color: #A6D853;
}
.TagClassName
{
border-color: #A6D853;
}
</style>