Shades of Conifer #ADD656
Tints of Conifer #ADD656
RGB
CMYK
RGB Variations
Color information
#ADD656 (or 0xADD656) is known color: Conifer. HEX triplet: AD, D6 and 56. RGB value is (173,214,86). Sum of RGB (Red+Green+Blue) = 173+214+86=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD656 is #5229A9. Grayscale: #BBBBBB. Windows color (decimal): -5384618 or 5691053. OLE color: 5691053.
HSL color Cylindrical-coordinate representation of color #ADD656: hue angle of 79.22º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADD656 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 86 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.16 |
| HSL | 79.22º | 0.61% | 0.59% | - |
| HSV(B) | 79.22º | 0.6% | 0.84% | - |
| XYZ | 42.96 | 57.65 | 17.67 | - |
| YUV | 187.15 | 70.92 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 86 | 0.19 | 0 | 0.60 | 0.16 | 79.22 | 0.61 | 0.59 |
| Hex | AD | D6 | 56 | 13 | 0 | 3C | 10 | 4F | 3D | 3B |
| Octal | 255 | 326 | 126 | 23 | 0 | 74 | 20 | 117 | 75 | 73 |
| Binary | 10101101 | 11010110 | 1010110 | 10011 | 0 | 111100 | 10000 | 1001111 | 111101 | 111011 |
Color Harmonies of #ADD656
Complementary color
Monochromatic Colors of #ADD656
Black with #ADD656
Text Example
Text Example
White with #ADD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD656; }
p { color: rgb(173,214,86); }
H1.HeaderClassName
{
color: #ADD656;
}
.AnyTagClassName
{
color: #ADD656;
}
</style>
background-color css
<style>
a { background-color: #ADD656; }
a { background-color: rgb(173,214,86); }
div.DivClassName
{
background-color: #ADD656;
}
.BgClassName
{
background-color: #ADD656;
}
</style>
border-color css
<style>
span { border-color: #ADD656; }
span { border-color: rgb(173,214,86); }
td.TdClassName
{
border-color: #ADD656;
}
.TagClassName
{
border-color: #ADD656;
}
</style>