Shades of Conifer #ADD84D
Tints of Conifer #ADD84D
RGB
CMYK
RGB Variations
Color information
#ADD84D (or 0xADD84D) is known color: Conifer. HEX triplet: AD, D8 and 4D. RGB value is (173,216,77). Sum of RGB (Red+Green+Blue) = 173+216+77=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD84D is #5227B2. Grayscale: #BBBBBB. Windows color (decimal): -5384115 or 5101741. OLE color: 5101741.
HSL color Cylindrical-coordinate representation of color #ADD84D: hue angle of 78.56º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADD84D is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 77 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.15 |
| HSL | 78.56º | 0.64% | 0.57% | - |
| HSV(B) | 78.56º | 0.64% | 0.85% | - |
| XYZ | 43.13 | 58.53 | 16.05 | - |
| YUV | 187.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 77 | 0.20 | 0 | 0.64 | 0.15 | 78.56 | 0.64 | 0.57 |
| Hex | AD | D8 | 4D | 14 | 0 | 40 | F | 4F | 40 | 39 |
| Octal | 255 | 330 | 115 | 24 | 0 | 100 | 17 | 117 | 100 | 71 |
| Binary | 10101101 | 11011000 | 1001101 | 10100 | 0 | 1000000 | 1111 | 1001111 | 1000000 | 111001 |
Color Harmonies of #ADD84D
Complementary color
Monochromatic Colors of #ADD84D
Black with #ADD84D
Text Example
Text Example
White with #ADD84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD84D; }
p { color: rgb(173,216,77); }
H1.HeaderClassName
{
color: #ADD84D;
}
.AnyTagClassName
{
color: #ADD84D;
}
</style>
background-color css
<style>
a { background-color: #ADD84D; }
a { background-color: rgb(173,216,77); }
div.DivClassName
{
background-color: #ADD84D;
}
.BgClassName
{
background-color: #ADD84D;
}
</style>
border-color css
<style>
span { border-color: #ADD84D; }
span { border-color: rgb(173,216,77); }
td.TdClassName
{
border-color: #ADD84D;
}
.TagClassName
{
border-color: #ADD84D;
}
</style>