Shades of Conifer #ADD965
Tints of Conifer #ADD965
RGB
CMYK
RGB Variations
Color information
#ADD965 (or 0xADD965) is known color: Conifer. HEX triplet: AD, D9 and 65. RGB value is (173,217,101). Sum of RGB (Red+Green+Blue) = 173+217+101=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD965 is #52269A. Grayscale: #BFBFBF. Windows color (decimal): -5383835 or 6674861. OLE color: 6674861.
HSL color Cylindrical-coordinate representation of color #ADD965: hue angle of 82.76º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADD965 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 101 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.15 |
| HSL | 82.76º | 0.6% | 0.62% | - |
| HSV(B) | 82.76º | 0.53% | 0.85% | - |
| XYZ | 44.4 | 59.45 | 21.45 | - |
| YUV | 190.62 | 77.42 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 101 | 0.20 | 0 | 0.53 | 0.15 | 82.76 | 0.6 | 0.62 |
| Hex | AD | D9 | 65 | 14 | 0 | 35 | F | 53 | 3C | 3E |
| Octal | 255 | 331 | 145 | 24 | 0 | 65 | 17 | 123 | 74 | 76 |
| Binary | 10101101 | 11011001 | 1100101 | 10100 | 0 | 110101 | 1111 | 1010011 | 111100 | 111110 |
Color Harmonies of #ADD965
Complementary color
Monochromatic Colors of #ADD965
Black with #ADD965
Text Example
Text Example
White with #ADD965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD965; }
p { color: rgb(173,217,101); }
H1.HeaderClassName
{
color: #ADD965;
}
.AnyTagClassName
{
color: #ADD965;
}
</style>
background-color css
<style>
a { background-color: #ADD965; }
a { background-color: rgb(173,217,101); }
div.DivClassName
{
background-color: #ADD965;
}
.BgClassName
{
background-color: #ADD965;
}
</style>
border-color css
<style>
span { border-color: #ADD965; }
span { border-color: rgb(173,217,101); }
td.TdClassName
{
border-color: #ADD965;
}
.TagClassName
{
border-color: #ADD965;
}
</style>