Shades of Conifer #ADD065
Tints of Conifer #ADD065
RGB
CMYK
RGB Variations
Color information
#ADD065 (or 0xADD065) is known color: Conifer. HEX triplet: AD, D0 and 65. RGB value is (173,208,101). Sum of RGB (Red+Green+Blue) = 173+208+101=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD065 is #522F9A. Grayscale: #B9B9B9. Windows color (decimal): -5386139 or 6672557. OLE color: 6672557.
HSL color Cylindrical-coordinate representation of color #ADD065: hue angle of 79.63º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADD065 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 101 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.18 |
| HSL | 79.63º | 0.53% | 0.61% | - |
| HSV(B) | 79.63º | 0.51% | 0.82% | - |
| XYZ | 42.14 | 54.94 | 20.69 | - |
| YUV | 185.34 | 80.4 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 101 | 0.17 | 0 | 0.51 | 0.18 | 79.63 | 0.53 | 0.61 |
| Hex | AD | D0 | 65 | 11 | 0 | 33 | 12 | 50 | 35 | 3D |
| Octal | 255 | 320 | 145 | 21 | 0 | 63 | 22 | 120 | 65 | 75 |
| Binary | 10101101 | 11010000 | 1100101 | 10001 | 0 | 110011 | 10010 | 1010000 | 110101 | 111101 |
Color Harmonies of #ADD065
Complementary color
Monochromatic Colors of #ADD065
Black with #ADD065
Text Example
Text Example
White with #ADD065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD065; }
p { color: rgb(173,208,101); }
H1.HeaderClassName
{
color: #ADD065;
}
.AnyTagClassName
{
color: #ADD065;
}
</style>
background-color css
<style>
a { background-color: #ADD065; }
a { background-color: rgb(173,208,101); }
div.DivClassName
{
background-color: #ADD065;
}
.BgClassName
{
background-color: #ADD065;
}
</style>
border-color css
<style>
span { border-color: #ADD065; }
span { border-color: rgb(173,208,101); }
td.TdClassName
{
border-color: #ADD065;
}
.TagClassName
{
border-color: #ADD065;
}
</style>