Shades of Conifer #ADD846
Tints of Conifer #ADD846
RGB
CMYK
RGB Variations
Color information
#ADD846 (or 0xADD846) is known color: Conifer. HEX triplet: AD, D8 and 46. RGB value is (173,216,70). Sum of RGB (Red+Green+Blue) = 173+216+70=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD846 is #5227B9. Grayscale: #BBBBBB. Windows color (decimal): -5384122 or 4642989. OLE color: 4642989.
HSL color Cylindrical-coordinate representation of color #ADD846: hue angle of 77.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADD846 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 70 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.15 |
| HSL | 77.67º | 0.65% | 0.56% | - |
| HSV(B) | 77.67º | 0.68% | 0.85% | - |
| XYZ | 42.89 | 58.44 | 14.81 | - |
| YUV | 186.5 | 62.25 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 70 | 0.20 | 0 | 0.68 | 0.15 | 77.67 | 0.65 | 0.56 |
| Hex | AD | D8 | 46 | 14 | 0 | 44 | F | 4E | 41 | 38 |
| Octal | 255 | 330 | 106 | 24 | 0 | 104 | 17 | 116 | 101 | 70 |
| Binary | 10101101 | 11011000 | 1000110 | 10100 | 0 | 1000100 | 1111 | 1001110 | 1000001 | 111000 |
Color Harmonies of #ADD846
Complementary color
Monochromatic Colors of #ADD846
Black with #ADD846
Text Example
Text Example
White with #ADD846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD846; }
p { color: rgb(173,216,70); }
H1.HeaderClassName
{
color: #ADD846;
}
.AnyTagClassName
{
color: #ADD846;
}
</style>
background-color css
<style>
a { background-color: #ADD846; }
a { background-color: rgb(173,216,70); }
div.DivClassName
{
background-color: #ADD846;
}
.BgClassName
{
background-color: #ADD846;
}
</style>
border-color css
<style>
span { border-color: #ADD846; }
span { border-color: rgb(173,216,70); }
td.TdClassName
{
border-color: #ADD846;
}
.TagClassName
{
border-color: #ADD846;
}
</style>