Shades of Conifer #ADD94D
Tints of Conifer #ADD94D
RGB
CMYK
RGB Variations
Color information
#ADD94D (or 0xADD94D) is known color: Conifer. HEX triplet: AD, D9 and 4D. RGB value is (173,217,77). Sum of RGB (Red+Green+Blue) = 173+217+77=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD94D is #5226B2. Grayscale: #BCBCBC. Windows color (decimal): -5383859 or 5101997. OLE color: 5101997.
HSL color Cylindrical-coordinate representation of color #ADD94D: hue angle of 78.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADD94D is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 77 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.15 |
| HSL | 78.86º | 0.65% | 0.58% | - |
| HSV(B) | 78.86º | 0.65% | 0.85% | - |
| XYZ | 43.39 | 59.05 | 16.13 | - |
| YUV | 187.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 77 | 0.20 | 0 | 0.65 | 0.15 | 78.86 | 0.65 | 0.58 |
| Hex | AD | D9 | 4D | 14 | 0 | 41 | F | 4F | 41 | 3A |
| Octal | 255 | 331 | 115 | 24 | 0 | 101 | 17 | 117 | 101 | 72 |
| Binary | 10101101 | 11011001 | 1001101 | 10100 | 0 | 1000001 | 1111 | 1001111 | 1000001 | 111010 |
Color Harmonies of #ADD94D
Complementary color
Monochromatic Colors of #ADD94D
Black with #ADD94D
Text Example
Text Example
White with #ADD94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD94D; }
p { color: rgb(173,217,77); }
H1.HeaderClassName
{
color: #ADD94D;
}
.AnyTagClassName
{
color: #ADD94D;
}
</style>
background-color css
<style>
a { background-color: #ADD94D; }
a { background-color: rgb(173,217,77); }
div.DivClassName
{
background-color: #ADD94D;
}
.BgClassName
{
background-color: #ADD94D;
}
</style>
border-color css
<style>
span { border-color: #ADD94D; }
span { border-color: rgb(173,217,77); }
td.TdClassName
{
border-color: #ADD94D;
}
.TagClassName
{
border-color: #ADD94D;
}
</style>