Shades of Conifer #ADD964
Tints of Conifer #ADD964
RGB
CMYK
RGB Variations
Color information
#ADD964 (or 0xADD964) is known color: Conifer. HEX triplet: AD, D9 and 64. RGB value is (173,217,100). Sum of RGB (Red+Green+Blue) = 173+217+100=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD964 is #52269B. Grayscale: #BEBEBE. Windows color (decimal): -5383836 or 6609325. OLE color: 6609325.
HSL color Cylindrical-coordinate representation of color #ADD964: hue angle of 82.56º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADD964 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 100 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.15 |
| HSL | 82.56º | 0.61% | 0.62% | - |
| HSV(B) | 82.56º | 0.54% | 0.85% | - |
| XYZ | 44.35 | 59.43 | 21.19 | - |
| YUV | 190.51 | 76.92 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 100 | 0.20 | 0 | 0.54 | 0.15 | 82.56 | 0.61 | 0.62 |
| Hex | AD | D9 | 64 | 14 | 0 | 36 | F | 53 | 3D | 3E |
| Octal | 255 | 331 | 144 | 24 | 0 | 66 | 17 | 123 | 75 | 76 |
| Binary | 10101101 | 11011001 | 1100100 | 10100 | 0 | 110110 | 1111 | 1010011 | 111101 | 111110 |
Color Harmonies of #ADD964
Complementary color
Monochromatic Colors of #ADD964
Black with #ADD964
Text Example
Text Example
White with #ADD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD964; }
p { color: rgb(173,217,100); }
H1.HeaderClassName
{
color: #ADD964;
}
.AnyTagClassName
{
color: #ADD964;
}
</style>
background-color css
<style>
a { background-color: #ADD964; }
a { background-color: rgb(173,217,100); }
div.DivClassName
{
background-color: #ADD964;
}
.BgClassName
{
background-color: #ADD964;
}
</style>
border-color css
<style>
span { border-color: #ADD964; }
span { border-color: rgb(173,217,100); }
td.TdClassName
{
border-color: #ADD964;
}
.TagClassName
{
border-color: #ADD964;
}
</style>