Shades of Conifer #ADD859
Tints of Conifer #ADD859
RGB
CMYK
RGB Variations
Color information
#ADD859 (or 0xADD859) is known color: Conifer. HEX triplet: AD, D8 and 59. RGB value is (173,216,89). Sum of RGB (Red+Green+Blue) = 173+216+89=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD859 is #5227A6. Grayscale: #BDBDBD. Windows color (decimal): -5384103 or 5888173. OLE color: 5888173.
HSL color Cylindrical-coordinate representation of color #ADD859: hue angle of 80.31º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADD859 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 89 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.15 |
| HSL | 80.31º | 0.62% | 0.6% | - |
| HSV(B) | 80.31º | 0.59% | 0.85% | - |
| XYZ | 43.59 | 58.72 | 18.49 | - |
| YUV | 188.67 | 71.75 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 89 | 0.20 | 0 | 0.59 | 0.15 | 80.31 | 0.62 | 0.6 |
| Hex | AD | D8 | 59 | 14 | 0 | 3B | F | 50 | 3E | 3C |
| Octal | 255 | 330 | 131 | 24 | 0 | 73 | 17 | 120 | 76 | 74 |
| Binary | 10101101 | 11011000 | 1011001 | 10100 | 0 | 111011 | 1111 | 1010000 | 111110 | 111100 |
Color Harmonies of #ADD859
Complementary color
Monochromatic Colors of #ADD859
Black with #ADD859
Text Example
Text Example
White with #ADD859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD859; }
p { color: rgb(173,216,89); }
H1.HeaderClassName
{
color: #ADD859;
}
.AnyTagClassName
{
color: #ADD859;
}
</style>
background-color css
<style>
a { background-color: #ADD859; }
a { background-color: rgb(173,216,89); }
div.DivClassName
{
background-color: #ADD859;
}
.BgClassName
{
background-color: #ADD859;
}
</style>
border-color css
<style>
span { border-color: #ADD859; }
span { border-color: rgb(173,216,89); }
td.TdClassName
{
border-color: #ADD859;
}
.TagClassName
{
border-color: #ADD859;
}
</style>