Shades of Conifer #ADD76D
Tints of Conifer #ADD76D
RGB
CMYK
RGB Variations
Color information
#ADD76D (or 0xADD76D) is known color: Conifer. HEX triplet: AD, D7 and 6D. RGB value is (173,215,109). Sum of RGB (Red+Green+Blue) = 173+215+109=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD76D is #522892. Grayscale: #BEBEBE. Windows color (decimal): -5384339 or 7198637. OLE color: 7198637.
HSL color Cylindrical-coordinate representation of color #ADD76D: hue angle of 83.77º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADD76D is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 109 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.16 |
| HSL | 83.77º | 0.57% | 0.64% | - |
| HSV(B) | 83.77º | 0.49% | 0.84% | - |
| XYZ | 44.29 | 58.59 | 23.44 | - |
| YUV | 190.36 | 82.09 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 109 | 0.20 | 0 | 0.49 | 0.16 | 83.77 | 0.57 | 0.64 |
| Hex | AD | D7 | 6D | 14 | 0 | 31 | 10 | 54 | 39 | 40 |
| Octal | 255 | 327 | 155 | 24 | 0 | 61 | 20 | 124 | 71 | 100 |
| Binary | 10101101 | 11010111 | 1101101 | 10100 | 0 | 110001 | 10000 | 1010100 | 111001 | 1000000 |
Color Harmonies of #ADD76D
Complementary color
Monochromatic Colors of #ADD76D
Black with #ADD76D
Text Example
Text Example
White with #ADD76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD76D; }
p { color: rgb(173,215,109); }
H1.HeaderClassName
{
color: #ADD76D;
}
.AnyTagClassName
{
color: #ADD76D;
}
</style>
background-color css
<style>
a { background-color: #ADD76D; }
a { background-color: rgb(173,215,109); }
div.DivClassName
{
background-color: #ADD76D;
}
.BgClassName
{
background-color: #ADD76D;
}
</style>
border-color css
<style>
span { border-color: #ADD76D; }
span { border-color: rgb(173,215,109); }
td.TdClassName
{
border-color: #ADD76D;
}
.TagClassName
{
border-color: #ADD76D;
}
</style>