Shades of Conifer #ADD347
Tints of Conifer #ADD347
RGB
CMYK
RGB Variations
Color information
#ADD347 (or 0xADD347) is known color: Conifer. HEX triplet: AD, D3 and 47. RGB value is (173,211,71). Sum of RGB (Red+Green+Blue) = 173+211+71=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD347 is #522CB8. Grayscale: #B8B8B8. Windows color (decimal): -5385401 or 4707245. OLE color: 4707245.
HSL color Cylindrical-coordinate representation of color #ADD347: hue angle of 76.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADD347 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 71 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.17 |
| HSL | 76.29º | 0.61% | 0.55% | - |
| HSV(B) | 76.29º | 0.66% | 0.83% | - |
| XYZ | 41.67 | 55.93 | 14.56 | - |
| YUV | 183.68 | 64.41 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 71 | 0.18 | 0 | 0.66 | 0.17 | 76.29 | 0.61 | 0.55 |
| Hex | AD | D3 | 47 | 12 | 0 | 42 | 11 | 4C | 3D | 37 |
| Octal | 255 | 323 | 107 | 22 | 0 | 102 | 21 | 114 | 75 | 67 |
| Binary | 10101101 | 11010011 | 1000111 | 10010 | 0 | 1000010 | 10001 | 1001100 | 111101 | 110111 |
Color Harmonies of #ADD347
Complementary color
Monochromatic Colors of #ADD347
Black with #ADD347
Text Example
Text Example
White with #ADD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD347; }
p { color: rgb(173,211,71); }
H1.HeaderClassName
{
color: #ADD347;
}
.AnyTagClassName
{
color: #ADD347;
}
</style>
background-color css
<style>
a { background-color: #ADD347; }
a { background-color: rgb(173,211,71); }
div.DivClassName
{
background-color: #ADD347;
}
.BgClassName
{
background-color: #ADD347;
}
</style>
border-color css
<style>
span { border-color: #ADD347; }
span { border-color: rgb(173,211,71); }
td.TdClassName
{
border-color: #ADD347;
}
.TagClassName
{
border-color: #ADD347;
}
</style>