Shades of Conifer #ADD76E
Tints of Conifer #ADD76E
RGB
CMYK
RGB Variations
Color information
#ADD76E (or 0xADD76E) is known color: Conifer. HEX triplet: AD, D7 and 6E. RGB value is (173,215,110). Sum of RGB (Red+Green+Blue) = 173+215+110=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD76E is #522891. Grayscale: #BEBEBE. Windows color (decimal): -5384338 or 7264173. OLE color: 7264173.
HSL color Cylindrical-coordinate representation of color #ADD76E: hue angle of 84º 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 #ADD76E is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 110 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.16 |
| HSL | 84º | 0.57% | 0.64% | - |
| HSV(B) | 84º | 0.49% | 0.84% | - |
| XYZ | 44.35 | 58.61 | 23.73 | - |
| YUV | 190.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 110 | 0.20 | 0 | 0.49 | 0.16 | 84 | 0.57 | 0.64 |
| Hex | AD | D7 | 6E | 14 | 0 | 31 | 10 | 54 | 39 | 40 |
| Octal | 255 | 327 | 156 | 24 | 0 | 61 | 20 | 124 | 71 | 100 |
| Binary | 10101101 | 11010111 | 1101110 | 10100 | 0 | 110001 | 10000 | 1010100 | 111001 | 1000000 |
Color Harmonies of #ADD76E
Complementary color
Monochromatic Colors of #ADD76E
Black with #ADD76E
Text Example
Text Example
White with #ADD76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD76E; }
p { color: rgb(173,215,110); }
H1.HeaderClassName
{
color: #ADD76E;
}
.AnyTagClassName
{
color: #ADD76E;
}
</style>
background-color css
<style>
a { background-color: #ADD76E; }
a { background-color: rgb(173,215,110); }
div.DivClassName
{
background-color: #ADD76E;
}
.BgClassName
{
background-color: #ADD76E;
}
</style>
border-color css
<style>
span { border-color: #ADD76E; }
span { border-color: rgb(173,215,110); }
td.TdClassName
{
border-color: #ADD76E;
}
.TagClassName
{
border-color: #ADD76E;
}
</style>