Shades of Conifer #ADD164
Tints of Conifer #ADD164
RGB
CMYK
RGB Variations
Color information
#ADD164 (or 0xADD164) is known color: Conifer. HEX triplet: AD, D1 and 64. RGB value is (173,209,100). Sum of RGB (Red+Green+Blue) = 173+209+100=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD164 is #522E9B. Grayscale: #BABABA. Windows color (decimal): -5385884 or 6607277. OLE color: 6607277.
HSL color Cylindrical-coordinate representation of color #ADD164: hue angle of 79.82º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADD164 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 100 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.18 |
| HSL | 79.82º | 0.54% | 0.61% | - |
| HSV(B) | 79.82º | 0.52% | 0.82% | - |
| XYZ | 42.33 | 55.41 | 20.52 | - |
| YUV | 185.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 100 | 0.17 | 0 | 0.52 | 0.18 | 79.82 | 0.54 | 0.61 |
| Hex | AD | D1 | 64 | 11 | 0 | 34 | 12 | 50 | 36 | 3D |
| Octal | 255 | 321 | 144 | 21 | 0 | 64 | 22 | 120 | 66 | 75 |
| Binary | 10101101 | 11010001 | 1100100 | 10001 | 0 | 110100 | 10010 | 1010000 | 110110 | 111101 |
Color Harmonies of #ADD164
Complementary color
Monochromatic Colors of #ADD164
Black with #ADD164
Text Example
Text Example
White with #ADD164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD164; }
p { color: rgb(173,209,100); }
H1.HeaderClassName
{
color: #ADD164;
}
.AnyTagClassName
{
color: #ADD164;
}
</style>
background-color css
<style>
a { background-color: #ADD164; }
a { background-color: rgb(173,209,100); }
div.DivClassName
{
background-color: #ADD164;
}
.BgClassName
{
background-color: #ADD164;
}
</style>
border-color css
<style>
span { border-color: #ADD164; }
span { border-color: rgb(173,209,100); }
td.TdClassName
{
border-color: #ADD164;
}
.TagClassName
{
border-color: #ADD164;
}
</style>