Shades of Conifer #ADD252
Tints of Conifer #ADD252
RGB
CMYK
RGB Variations
Color information
#ADD252 (or 0xADD252) is known color: Conifer. HEX triplet: AD, D2 and 52. RGB value is (173,210,82). Sum of RGB (Red+Green+Blue) = 173+210+82=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD252 is #522DAD. Grayscale: #B8B8B8. Windows color (decimal): -5385646 or 5427885. OLE color: 5427885.
HSL color Cylindrical-coordinate representation of color #ADD252: hue angle of 77.34º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADD252 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 82 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.18 |
| HSL | 77.34º | 0.59% | 0.57% | - |
| HSV(B) | 77.34º | 0.61% | 0.82% | - |
| XYZ | 41.8 | 55.59 | 16.51 | - |
| YUV | 184.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 82 | 0.18 | 0 | 0.61 | 0.18 | 77.34 | 0.59 | 0.57 |
| Hex | AD | D2 | 52 | 12 | 0 | 3D | 12 | 4D | 3B | 39 |
| Octal | 255 | 322 | 122 | 22 | 0 | 75 | 22 | 115 | 73 | 71 |
| Binary | 10101101 | 11010010 | 1010010 | 10010 | 0 | 111101 | 10010 | 1001101 | 111011 | 111001 |
Color Harmonies of #ADD252
Complementary color
Monochromatic Colors of #ADD252
Black with #ADD252
Text Example
Text Example
White with #ADD252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD252; }
p { color: rgb(173,210,82); }
H1.HeaderClassName
{
color: #ADD252;
}
.AnyTagClassName
{
color: #ADD252;
}
</style>
background-color css
<style>
a { background-color: #ADD252; }
a { background-color: rgb(173,210,82); }
div.DivClassName
{
background-color: #ADD252;
}
.BgClassName
{
background-color: #ADD252;
}
</style>
border-color css
<style>
span { border-color: #ADD252; }
span { border-color: rgb(173,210,82); }
td.TdClassName
{
border-color: #ADD252;
}
.TagClassName
{
border-color: #ADD252;
}
</style>