Shades of Conifer #ADD94C
Tints of Conifer #ADD94C
RGB
CMYK
RGB Variations
Color information
#ADD94C (or 0xADD94C) is known color: Conifer. HEX triplet: AD, D9 and 4C. RGB value is (173,217,76). Sum of RGB (Red+Green+Blue) = 173+217+76=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD94C is #5226B3. Grayscale: #BCBCBC. Windows color (decimal): -5383860 or 5036461. OLE color: 5036461.
HSL color Cylindrical-coordinate representation of color #ADD94C: hue angle of 78.72º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADD94C is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 76 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.15 |
| HSL | 78.72º | 0.65% | 0.57% | - |
| HSV(B) | 78.72º | 0.65% | 0.85% | - |
| XYZ | 43.35 | 59.03 | 15.95 | - |
| YUV | 187.77 | 64.92 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 76 | 0.20 | 0 | 0.65 | 0.15 | 78.72 | 0.65 | 0.57 |
| Hex | AD | D9 | 4C | 14 | 0 | 41 | F | 4F | 41 | 39 |
| Octal | 255 | 331 | 114 | 24 | 0 | 101 | 17 | 117 | 101 | 71 |
| Binary | 10101101 | 11011001 | 1001100 | 10100 | 0 | 1000001 | 1111 | 1001111 | 1000001 | 111001 |
Color Harmonies of #ADD94C
Complementary color
Monochromatic Colors of #ADD94C
Black with #ADD94C
Text Example
Text Example
White with #ADD94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD94C; }
p { color: rgb(173,217,76); }
H1.HeaderClassName
{
color: #ADD94C;
}
.AnyTagClassName
{
color: #ADD94C;
}
</style>
background-color css
<style>
a { background-color: #ADD94C; }
a { background-color: rgb(173,217,76); }
div.DivClassName
{
background-color: #ADD94C;
}
.BgClassName
{
background-color: #ADD94C;
}
</style>
border-color css
<style>
span { border-color: #ADD94C; }
span { border-color: rgb(173,217,76); }
td.TdClassName
{
border-color: #ADD94C;
}
.TagClassName
{
border-color: #ADD94C;
}
</style>