Shades of Conifer #ADD940
Tints of Conifer #ADD940
RGB
CMYK
RGB Variations
Color information
#ADD940 (or 0xADD940) is known color: Conifer. HEX triplet: AD, D9 and 40. RGB value is (173,217,64). Sum of RGB (Red+Green+Blue) = 173+217+64=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD940 is #5226BF. Grayscale: #BABABA. Windows color (decimal): -5383872 or 4250029. OLE color: 4250029.
HSL color Cylindrical-coordinate representation of color #ADD940: hue angle of 77.25º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADD940 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 64 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.15 |
| HSL | 77.25º | 0.67% | 0.55% | - |
| HSV(B) | 77.25º | 0.71% | 0.85% | - |
| XYZ | 42.97 | 58.88 | 13.95 | - |
| YUV | 186.4 | 58.92 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 64 | 0.20 | 0 | 0.71 | 0.15 | 77.25 | 0.67 | 0.55 |
| Hex | AD | D9 | 40 | 14 | 0 | 47 | F | 4D | 43 | 37 |
| Octal | 255 | 331 | 100 | 24 | 0 | 107 | 17 | 115 | 103 | 67 |
| Binary | 10101101 | 11011001 | 1000000 | 10100 | 0 | 1000111 | 1111 | 1001101 | 1000011 | 110111 |
Color Harmonies of #ADD940
Complementary color
Monochromatic Colors of #ADD940
Black with #ADD940
Text Example
Text Example
White with #ADD940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD940; }
p { color: rgb(173,217,64); }
H1.HeaderClassName
{
color: #ADD940;
}
.AnyTagClassName
{
color: #ADD940;
}
</style>
background-color css
<style>
a { background-color: #ADD940; }
a { background-color: rgb(173,217,64); }
div.DivClassName
{
background-color: #ADD940;
}
.BgClassName
{
background-color: #ADD940;
}
</style>
border-color css
<style>
span { border-color: #ADD940; }
span { border-color: rgb(173,217,64); }
td.TdClassName
{
border-color: #ADD940;
}
.TagClassName
{
border-color: #ADD940;
}
</style>