Shades of Conifer #ADD952
Tints of Conifer #ADD952
RGB
CMYK
RGB Variations
Color information
#ADD952 (or 0xADD952) is known color: Conifer. HEX triplet: AD, D9 and 52. RGB value is (173,217,82). Sum of RGB (Red+Green+Blue) = 173+217+82=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD952 is #5226AD. Grayscale: #BCBCBC. Windows color (decimal): -5383854 or 5429677. OLE color: 5429677.
HSL color Cylindrical-coordinate representation of color #ADD952: hue angle of 79.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADD952 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 82 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.15 |
| HSL | 79.56º | 0.64% | 0.59% | - |
| HSV(B) | 79.56º | 0.62% | 0.85% | - |
| XYZ | 43.57 | 59.12 | 17.1 | - |
| YUV | 188.45 | 67.92 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 82 | 0.20 | 0 | 0.62 | 0.15 | 79.56 | 0.64 | 0.59 |
| Hex | AD | D9 | 52 | 14 | 0 | 3E | F | 50 | 40 | 3B |
| Octal | 255 | 331 | 122 | 24 | 0 | 76 | 17 | 120 | 100 | 73 |
| Binary | 10101101 | 11011001 | 1010010 | 10100 | 0 | 111110 | 1111 | 1010000 | 1000000 | 111011 |
Color Harmonies of #ADD952
Complementary color
Monochromatic Colors of #ADD952
Black with #ADD952
Text Example
Text Example
White with #ADD952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD952; }
p { color: rgb(173,217,82); }
H1.HeaderClassName
{
color: #ADD952;
}
.AnyTagClassName
{
color: #ADD952;
}
</style>
background-color css
<style>
a { background-color: #ADD952; }
a { background-color: rgb(173,217,82); }
div.DivClassName
{
background-color: #ADD952;
}
.BgClassName
{
background-color: #ADD952;
}
</style>
border-color css
<style>
span { border-color: #ADD952; }
span { border-color: rgb(173,217,82); }
td.TdClassName
{
border-color: #ADD952;
}
.TagClassName
{
border-color: #ADD952;
}
</style>