Shades of Conifer #ADD941
Tints of Conifer #ADD941
RGB
CMYK
RGB Variations
Color information
#ADD941 (or 0xADD941) is known color: Conifer. HEX triplet: AD, D9 and 41. RGB value is (173,217,65). Sum of RGB (Red+Green+Blue) = 173+217+65=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD941 is #5226BE. Grayscale: #BBBBBB. Windows color (decimal): -5383871 or 4315565. OLE color: 4315565.
HSL color Cylindrical-coordinate representation of color #ADD941: hue angle of 77.37º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADD941 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 65 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.15 |
| HSL | 77.37º | 0.67% | 0.55% | - |
| HSV(B) | 77.37º | 0.7% | 0.85% | - |
| XYZ | 43 | 58.89 | 14.1 | - |
| YUV | 186.52 | 59.42 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 65 | 0.20 | 0 | 0.70 | 0.15 | 77.37 | 0.67 | 0.55 |
| Hex | AD | D9 | 41 | 14 | 0 | 46 | F | 4D | 43 | 37 |
| Octal | 255 | 331 | 101 | 24 | 0 | 106 | 17 | 115 | 103 | 67 |
| Binary | 10101101 | 11011001 | 1000001 | 10100 | 0 | 1000110 | 1111 | 1001101 | 1000011 | 110111 |
Color Harmonies of #ADD941
Complementary color
Monochromatic Colors of #ADD941
Black with #ADD941
Text Example
Text Example
White with #ADD941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD941; }
p { color: rgb(173,217,65); }
H1.HeaderClassName
{
color: #ADD941;
}
.AnyTagClassName
{
color: #ADD941;
}
</style>
background-color css
<style>
a { background-color: #ADD941; }
a { background-color: rgb(173,217,65); }
div.DivClassName
{
background-color: #ADD941;
}
.BgClassName
{
background-color: #ADD941;
}
</style>
border-color css
<style>
span { border-color: #ADD941; }
span { border-color: rgb(173,217,65); }
td.TdClassName
{
border-color: #ADD941;
}
.TagClassName
{
border-color: #ADD941;
}
</style>