Shades of Conifer #ADD046
Tints of Conifer #ADD046
RGB
CMYK
RGB Variations
Color information
#ADD046 (or 0xADD046) is known color: Conifer. HEX triplet: AD, D0 and 46. RGB value is (173,208,70). Sum of RGB (Red+Green+Blue) = 173+208+70=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD046 is #522FB9. Grayscale: #B6B6B6. Windows color (decimal): -5386170 or 4640941. OLE color: 4640941.
HSL color Cylindrical-coordinate representation of color #ADD046: hue angle of 75.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADD046 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 70 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.18 |
| HSL | 75.22º | 0.59% | 0.55% | - |
| HSV(B) | 75.22º | 0.66% | 0.82% | - |
| XYZ | 40.89 | 54.44 | 14.15 | - |
| YUV | 181.8 | 64.9 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 70 | 0.17 | 0 | 0.66 | 0.18 | 75.22 | 0.59 | 0.55 |
| Hex | AD | D0 | 46 | 11 | 0 | 42 | 12 | 4B | 3B | 37 |
| Octal | 255 | 320 | 106 | 21 | 0 | 102 | 22 | 113 | 73 | 67 |
| Binary | 10101101 | 11010000 | 1000110 | 10001 | 0 | 1000010 | 10010 | 1001011 | 111011 | 110111 |
Color Harmonies of #ADD046
Complementary color
Monochromatic Colors of #ADD046
Black with #ADD046
Text Example
Text Example
White with #ADD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD046; }
p { color: rgb(173,208,70); }
H1.HeaderClassName
{
color: #ADD046;
}
.AnyTagClassName
{
color: #ADD046;
}
</style>
background-color css
<style>
a { background-color: #ADD046; }
a { background-color: rgb(173,208,70); }
div.DivClassName
{
background-color: #ADD046;
}
.BgClassName
{
background-color: #ADD046;
}
</style>
border-color css
<style>
span { border-color: #ADD046; }
span { border-color: rgb(173,208,70); }
td.TdClassName
{
border-color: #ADD046;
}
.TagClassName
{
border-color: #ADD046;
}
</style>