Shades of Conifer #ADD064
Tints of Conifer #ADD064
RGB
CMYK
RGB Variations
Color information
#ADD064 (or 0xADD064) is known color: Conifer. HEX triplet: AD, D0 and 64. RGB value is (173,208,100). Sum of RGB (Red+Green+Blue) = 173+208+100=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD064 is #522F9B. Grayscale: #B9B9B9. Windows color (decimal): -5386140 or 6607021. OLE color: 6607021.
HSL color Cylindrical-coordinate representation of color #ADD064: hue angle of 79.44º degrees, saturation: 0.53, 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 #ADD064 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 100 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.18 |
| HSL | 79.44º | 0.53% | 0.6% | - |
| HSV(B) | 79.44º | 0.52% | 0.82% | - |
| XYZ | 42.09 | 54.92 | 20.44 | - |
| YUV | 185.22 | 79.9 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 100 | 0.17 | 0 | 0.52 | 0.18 | 79.44 | 0.53 | 0.6 |
| Hex | AD | D0 | 64 | 11 | 0 | 34 | 12 | 4F | 35 | 3C |
| Octal | 255 | 320 | 144 | 21 | 0 | 64 | 22 | 117 | 65 | 74 |
| Binary | 10101101 | 11010000 | 1100100 | 10001 | 0 | 110100 | 10010 | 1001111 | 110101 | 111100 |
Color Harmonies of #ADD064
Complementary color
Monochromatic Colors of #ADD064
Black with #ADD064
Text Example
Text Example
White with #ADD064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD064; }
p { color: rgb(173,208,100); }
H1.HeaderClassName
{
color: #ADD064;
}
.AnyTagClassName
{
color: #ADD064;
}
</style>
background-color css
<style>
a { background-color: #ADD064; }
a { background-color: rgb(173,208,100); }
div.DivClassName
{
background-color: #ADD064;
}
.BgClassName
{
background-color: #ADD064;
}
</style>
border-color css
<style>
span { border-color: #ADD064; }
span { border-color: rgb(173,208,100); }
td.TdClassName
{
border-color: #ADD064;
}
.TagClassName
{
border-color: #ADD064;
}
</style>