Shades of Conifer #ADD045
Tints of Conifer #ADD045
RGB
CMYK
RGB Variations
Color information
#ADD045 (or 0xADD045) is known color: Conifer. HEX triplet: AD, D0 and 45. RGB value is (173,208,69). Sum of RGB (Red+Green+Blue) = 173+208+69=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD045 is #522FBA. Grayscale: #B6B6B6. Windows color (decimal): -5386171 or 4575405. OLE color: 4575405.
HSL color Cylindrical-coordinate representation of color #ADD045: hue angle of 75.11º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADD045 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 69 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.18 |
| HSL | 75.11º | 0.6% | 0.54% | - |
| HSV(B) | 75.11º | 0.67% | 0.82% | - |
| XYZ | 40.86 | 54.43 | 13.98 | - |
| YUV | 181.69 | 64.4 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 69 | 0.17 | 0 | 0.67 | 0.18 | 75.11 | 0.6 | 0.54 |
| Hex | AD | D0 | 45 | 11 | 0 | 43 | 12 | 4B | 3C | 36 |
| Octal | 255 | 320 | 105 | 21 | 0 | 103 | 22 | 113 | 74 | 66 |
| Binary | 10101101 | 11010000 | 1000101 | 10001 | 0 | 1000011 | 10010 | 1001011 | 111100 | 110110 |
Color Harmonies of #ADD045
Complementary color
Monochromatic Colors of #ADD045
Black with #ADD045
Text Example
Text Example
White with #ADD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD045; }
p { color: rgb(173,208,69); }
H1.HeaderClassName
{
color: #ADD045;
}
.AnyTagClassName
{
color: #ADD045;
}
</style>
background-color css
<style>
a { background-color: #ADD045; }
a { background-color: rgb(173,208,69); }
div.DivClassName
{
background-color: #ADD045;
}
.BgClassName
{
background-color: #ADD045;
}
</style>
border-color css
<style>
span { border-color: #ADD045; }
span { border-color: rgb(173,208,69); }
td.TdClassName
{
border-color: #ADD045;
}
.TagClassName
{
border-color: #ADD045;
}
</style>