Shades of Conifer #ADD063
Tints of Conifer #ADD063
RGB
CMYK
RGB Variations
Color information
#ADD063 (or 0xADD063) is known color: Conifer. HEX triplet: AD, D0 and 63. RGB value is (173,208,99). Sum of RGB (Red+Green+Blue) = 173+208+99=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD063 is #522F9C. Grayscale: #B9B9B9. Windows color (decimal): -5386141 or 6541485. OLE color: 6541485.
HSL color Cylindrical-coordinate representation of color #ADD063: hue angle of 79.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADD063 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 99 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.18 |
| HSL | 79.27º | 0.54% | 0.6% | - |
| HSV(B) | 79.27º | 0.52% | 0.82% | - |
| XYZ | 42.04 | 54.9 | 20.18 | - |
| YUV | 185.11 | 79.4 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 99 | 0.17 | 0 | 0.52 | 0.18 | 79.27 | 0.54 | 0.6 |
| Hex | AD | D0 | 63 | 11 | 0 | 34 | 12 | 4F | 36 | 3C |
| Octal | 255 | 320 | 143 | 21 | 0 | 64 | 22 | 117 | 66 | 74 |
| Binary | 10101101 | 11010000 | 1100011 | 10001 | 0 | 110100 | 10010 | 1001111 | 110110 | 111100 |
Color Harmonies of #ADD063
Complementary color
Monochromatic Colors of #ADD063
Black with #ADD063
Text Example
Text Example
White with #ADD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD063; }
p { color: rgb(173,208,99); }
H1.HeaderClassName
{
color: #ADD063;
}
.AnyTagClassName
{
color: #ADD063;
}
</style>
background-color css
<style>
a { background-color: #ADD063; }
a { background-color: rgb(173,208,99); }
div.DivClassName
{
background-color: #ADD063;
}
.BgClassName
{
background-color: #ADD063;
}
</style>
border-color css
<style>
span { border-color: #ADD063; }
span { border-color: rgb(173,208,99); }
td.TdClassName
{
border-color: #ADD063;
}
.TagClassName
{
border-color: #ADD063;
}
</style>