Shades of Conifer #ADD349
Tints of Conifer #ADD349
RGB
CMYK
RGB Variations
Color information
#ADD349 (or 0xADD349) is known color: Conifer. HEX triplet: AD, D3 and 49. RGB value is (173,211,73). Sum of RGB (Red+Green+Blue) = 173+211+73=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD349 is #522CB6. Grayscale: #B8B8B8. Windows color (decimal): -5385399 or 4838317. OLE color: 4838317.
HSL color Cylindrical-coordinate representation of color #ADD349: hue angle of 76.52º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADD349 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 73 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.17 |
| HSL | 76.52º | 0.61% | 0.56% | - |
| HSV(B) | 76.52º | 0.65% | 0.83% | - |
| XYZ | 41.73 | 55.95 | 14.9 | - |
| YUV | 183.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 73 | 0.18 | 0 | 0.65 | 0.17 | 76.52 | 0.61 | 0.56 |
| Hex | AD | D3 | 49 | 12 | 0 | 41 | 11 | 4D | 3D | 38 |
| Octal | 255 | 323 | 111 | 22 | 0 | 101 | 21 | 115 | 75 | 70 |
| Binary | 10101101 | 11010011 | 1001001 | 10010 | 0 | 1000001 | 10001 | 1001101 | 111101 | 111000 |
Color Harmonies of #ADD349
Complementary color
Monochromatic Colors of #ADD349
Black with #ADD349
Text Example
Text Example
White with #ADD349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD349; }
p { color: rgb(173,211,73); }
H1.HeaderClassName
{
color: #ADD349;
}
.AnyTagClassName
{
color: #ADD349;
}
</style>
background-color css
<style>
a { background-color: #ADD349; }
a { background-color: rgb(173,211,73); }
div.DivClassName
{
background-color: #ADD349;
}
.BgClassName
{
background-color: #ADD349;
}
</style>
border-color css
<style>
span { border-color: #ADD349; }
span { border-color: rgb(173,211,73); }
td.TdClassName
{
border-color: #ADD349;
}
.TagClassName
{
border-color: #ADD349;
}
</style>