Shades of Conifer #ADD048
Tints of Conifer #ADD048
RGB
CMYK
RGB Variations
Color information
#ADD048 (or 0xADD048) is known color: Conifer. HEX triplet: AD, D0 and 48. RGB value is (173,208,72). Sum of RGB (Red+Green+Blue) = 173+208+72=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD048 is #522FB7. Grayscale: #B6B6B6. Windows color (decimal): -5386168 or 4772013. OLE color: 4772013.
HSL color Cylindrical-coordinate representation of color #ADD048: hue angle of 75.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADD048 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 72 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.18 |
| HSL | 75.44º | 0.59% | 0.55% | - |
| HSV(B) | 75.44º | 0.65% | 0.82% | - |
| XYZ | 40.96 | 54.46 | 14.48 | - |
| YUV | 182.03 | 65.9 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 72 | 0.17 | 0 | 0.65 | 0.18 | 75.44 | 0.59 | 0.55 |
| Hex | AD | D0 | 48 | 11 | 0 | 41 | 12 | 4B | 3B | 37 |
| Octal | 255 | 320 | 110 | 21 | 0 | 101 | 22 | 113 | 73 | 67 |
| Binary | 10101101 | 11010000 | 1001000 | 10001 | 0 | 1000001 | 10010 | 1001011 | 111011 | 110111 |
Color Harmonies of #ADD048
Complementary color
Monochromatic Colors of #ADD048
Black with #ADD048
Text Example
Text Example
White with #ADD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD048; }
p { color: rgb(173,208,72); }
H1.HeaderClassName
{
color: #ADD048;
}
.AnyTagClassName
{
color: #ADD048;
}
</style>
background-color css
<style>
a { background-color: #ADD048; }
a { background-color: rgb(173,208,72); }
div.DivClassName
{
background-color: #ADD048;
}
.BgClassName
{
background-color: #ADD048;
}
</style>
border-color css
<style>
span { border-color: #ADD048; }
span { border-color: rgb(173,208,72); }
td.TdClassName
{
border-color: #ADD048;
}
.TagClassName
{
border-color: #ADD048;
}
</style>