Shades of Conifer #ADD460
Tints of Conifer #ADD460
RGB
CMYK
RGB Variations
Color information
#ADD460 (or 0xADD460) is known color: Conifer. HEX triplet: AD, D4 and 60. RGB value is (173,212,96). Sum of RGB (Red+Green+Blue) = 173+212+96=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD460 is #522B9F. Grayscale: #BBBBBB. Windows color (decimal): -5385120 or 6345901. OLE color: 6345901.
HSL color Cylindrical-coordinate representation of color #ADD460: hue angle of 80.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADD460 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 96 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.17 |
| HSL | 80.17º | 0.57% | 0.6% | - |
| HSV(B) | 80.17º | 0.55% | 0.83% | - |
| XYZ | 42.89 | 56.82 | 19.77 | - |
| YUV | 187.12 | 76.58 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 96 | 0.18 | 0 | 0.55 | 0.17 | 80.17 | 0.57 | 0.6 |
| Hex | AD | D4 | 60 | 12 | 0 | 37 | 11 | 50 | 39 | 3C |
| Octal | 255 | 324 | 140 | 22 | 0 | 67 | 21 | 120 | 71 | 74 |
| Binary | 10101101 | 11010100 | 1100000 | 10010 | 0 | 110111 | 10001 | 1010000 | 111001 | 111100 |
Color Harmonies of #ADD460
Complementary color
Monochromatic Colors of #ADD460
Black with #ADD460
Text Example
Text Example
White with #ADD460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD460; }
p { color: rgb(173,212,96); }
H1.HeaderClassName
{
color: #ADD460;
}
.AnyTagClassName
{
color: #ADD460;
}
</style>
background-color css
<style>
a { background-color: #ADD460; }
a { background-color: rgb(173,212,96); }
div.DivClassName
{
background-color: #ADD460;
}
.BgClassName
{
background-color: #ADD460;
}
</style>
border-color css
<style>
span { border-color: #ADD460; }
span { border-color: rgb(173,212,96); }
td.TdClassName
{
border-color: #ADD460;
}
.TagClassName
{
border-color: #ADD460;
}
</style>