Shades of Conifer #ADD764
Tints of Conifer #ADD764
RGB
CMYK
RGB Variations
Color information
#ADD764 (or 0xADD764) is known color: Conifer. HEX triplet: AD, D7 and 64. RGB value is (173,215,100). Sum of RGB (Red+Green+Blue) = 173+215+100=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD764 is #52289B. Grayscale: #BDBDBD. Windows color (decimal): -5384348 or 6608813. OLE color: 6608813.
HSL color Cylindrical-coordinate representation of color #ADD764: hue angle of 81.91º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADD764 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 100 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.16 |
| HSL | 81.91º | 0.59% | 0.62% | - |
| HSV(B) | 81.91º | 0.53% | 0.84% | - |
| XYZ | 43.83 | 58.41 | 21.02 | - |
| YUV | 189.33 | 77.59 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 100 | 0.20 | 0 | 0.53 | 0.16 | 81.91 | 0.59 | 0.62 |
| Hex | AD | D7 | 64 | 14 | 0 | 35 | 10 | 52 | 3B | 3E |
| Octal | 255 | 327 | 144 | 24 | 0 | 65 | 20 | 122 | 73 | 76 |
| Binary | 10101101 | 11010111 | 1100100 | 10100 | 0 | 110101 | 10000 | 1010010 | 111011 | 111110 |
Color Harmonies of #ADD764
Complementary color
Monochromatic Colors of #ADD764
Black with #ADD764
Text Example
Text Example
White with #ADD764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD764; }
p { color: rgb(173,215,100); }
H1.HeaderClassName
{
color: #ADD764;
}
.AnyTagClassName
{
color: #ADD764;
}
</style>
background-color css
<style>
a { background-color: #ADD764; }
a { background-color: rgb(173,215,100); }
div.DivClassName
{
background-color: #ADD764;
}
.BgClassName
{
background-color: #ADD764;
}
</style>
border-color css
<style>
span { border-color: #ADD764; }
span { border-color: rgb(173,215,100); }
td.TdClassName
{
border-color: #ADD764;
}
.TagClassName
{
border-color: #ADD764;
}
</style>