Shades of Conifer #ADD363
Tints of Conifer #ADD363
RGB
CMYK
RGB Variations
Color information
#ADD363 (or 0xADD363) is known color: Conifer. HEX triplet: AD, D3 and 63. RGB value is (173,211,99). Sum of RGB (Red+Green+Blue) = 173+211+99=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD363 is #522C9C. Grayscale: #BBBBBB. Windows color (decimal): -5385373 or 6542253. OLE color: 6542253.
HSL color Cylindrical-coordinate representation of color #ADD363: hue angle of 80.36º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADD363 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 99 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.17 |
| HSL | 80.36º | 0.56% | 0.61% | - |
| HSV(B) | 80.36º | 0.53% | 0.83% | - |
| XYZ | 42.78 | 56.37 | 20.43 | - |
| YUV | 186.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 99 | 0.18 | 0 | 0.53 | 0.17 | 80.36 | 0.56 | 0.61 |
| Hex | AD | D3 | 63 | 12 | 0 | 35 | 11 | 50 | 38 | 3D |
| Octal | 255 | 323 | 143 | 22 | 0 | 65 | 21 | 120 | 70 | 75 |
| Binary | 10101101 | 11010011 | 1100011 | 10010 | 0 | 110101 | 10001 | 1010000 | 111000 | 111101 |
Color Harmonies of #ADD363
Complementary color
Monochromatic Colors of #ADD363
Black with #ADD363
Text Example
Text Example
White with #ADD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD363; }
p { color: rgb(173,211,99); }
H1.HeaderClassName
{
color: #ADD363;
}
.AnyTagClassName
{
color: #ADD363;
}
</style>
background-color css
<style>
a { background-color: #ADD363; }
a { background-color: rgb(173,211,99); }
div.DivClassName
{
background-color: #ADD363;
}
.BgClassName
{
background-color: #ADD363;
}
</style>
border-color css
<style>
span { border-color: #ADD363; }
span { border-color: rgb(173,211,99); }
td.TdClassName
{
border-color: #ADD363;
}
.TagClassName
{
border-color: #ADD363;
}
</style>