Shades of Conifer #ADD945
Tints of Conifer #ADD945
RGB
CMYK
RGB Variations
Color information
#ADD945 (or 0xADD945) is known color: Conifer. HEX triplet: AD, D9 and 45. RGB value is (173,217,69). Sum of RGB (Red+Green+Blue) = 173+217+69=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD945 is #5226BA. Grayscale: #BBBBBB. Windows color (decimal): -5383867 or 4577709. OLE color: 4577709.
HSL color Cylindrical-coordinate representation of color #ADD945: hue angle of 77.84º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADD945 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 69 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.15 |
| HSL | 77.84º | 0.66% | 0.56% | - |
| HSV(B) | 77.84º | 0.68% | 0.85% | - |
| XYZ | 43.12 | 58.94 | 14.73 | - |
| YUV | 186.97 | 61.42 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 69 | 0.20 | 0 | 0.68 | 0.15 | 77.84 | 0.66 | 0.56 |
| Hex | AD | D9 | 45 | 14 | 0 | 44 | F | 4E | 42 | 38 |
| Octal | 255 | 331 | 105 | 24 | 0 | 104 | 17 | 116 | 102 | 70 |
| Binary | 10101101 | 11011001 | 1000101 | 10100 | 0 | 1000100 | 1111 | 1001110 | 1000010 | 111000 |
Color Harmonies of #ADD945
Complementary color
Monochromatic Colors of #ADD945
Black with #ADD945
Text Example
Text Example
White with #ADD945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD945; }
p { color: rgb(173,217,69); }
H1.HeaderClassName
{
color: #ADD945;
}
.AnyTagClassName
{
color: #ADD945;
}
</style>
background-color css
<style>
a { background-color: #ADD945; }
a { background-color: rgb(173,217,69); }
div.DivClassName
{
background-color: #ADD945;
}
.BgClassName
{
background-color: #ADD945;
}
</style>
border-color css
<style>
span { border-color: #ADD945; }
span { border-color: rgb(173,217,69); }
td.TdClassName
{
border-color: #ADD945;
}
.TagClassName
{
border-color: #ADD945;
}
</style>