Shades of Conifer #ADD968
Tints of Conifer #ADD968
RGB
CMYK
RGB Variations
Color information
#ADD968 (or 0xADD968) is known color: Conifer. HEX triplet: AD, D9 and 68. RGB value is (173,217,104). Sum of RGB (Red+Green+Blue) = 173+217+104=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD968 is #522697. Grayscale: #BFBFBF. Windows color (decimal): -5383832 or 6871469. OLE color: 6871469.
HSL color Cylindrical-coordinate representation of color #ADD968: hue angle of 83.36º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADD968 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 104 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.15 |
| HSL | 83.36º | 0.6% | 0.63% | - |
| HSV(B) | 83.36º | 0.52% | 0.85% | - |
| XYZ | 44.55 | 59.51 | 22.24 | - |
| YUV | 190.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 104 | 0.20 | 0 | 0.52 | 0.15 | 83.36 | 0.6 | 0.63 |
| Hex | AD | D9 | 68 | 14 | 0 | 34 | F | 53 | 3C | 3F |
| Octal | 255 | 331 | 150 | 24 | 0 | 64 | 17 | 123 | 74 | 77 |
| Binary | 10101101 | 11011001 | 1101000 | 10100 | 0 | 110100 | 1111 | 1010011 | 111100 | 111111 |
Color Harmonies of #ADD968
Complementary color
Monochromatic Colors of #ADD968
Black with #ADD968
Text Example
Text Example
White with #ADD968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD968; }
p { color: rgb(173,217,104); }
H1.HeaderClassName
{
color: #ADD968;
}
.AnyTagClassName
{
color: #ADD968;
}
</style>
background-color css
<style>
a { background-color: #ADD968; }
a { background-color: rgb(173,217,104); }
div.DivClassName
{
background-color: #ADD968;
}
.BgClassName
{
background-color: #ADD968;
}
</style>
border-color css
<style>
span { border-color: #ADD968; }
span { border-color: rgb(173,217,104); }
td.TdClassName
{
border-color: #ADD968;
}
.TagClassName
{
border-color: #ADD968;
}
</style>