Shades of Conifer #ADE959
Tints of Conifer #ADE959
RGB
CMYK
RGB Variations
Color information
#ADE959 (or 0xADE959) is known color: Conifer. HEX triplet: AD, E9 and 59. RGB value is (173,233,89). Sum of RGB (Red+Green+Blue) = 173+233+89=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE959 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE959 is #5216A6. Grayscale: #C7C7C7. Windows color (decimal): -5379751 or 5892525. OLE color: 5892525.
HSL color Cylindrical-coordinate representation of color #ADE959: hue angle of 85º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADE959 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 89 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.09 |
| HSL | 85º | 0.77% | 0.63% | - |
| HSV(B) | 85º | 0.62% | 0.91% | - |
| XYZ | 48.18 | 67.88 | 20.01 | - |
| YUV | 198.64 | 66.12 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 89 | 0.26 | 0 | 0.62 | 0.09 | 85 | 0.77 | 0.63 |
| Hex | AD | E9 | 59 | 1A | 0 | 3E | 9 | 55 | 4D | 3F |
| Octal | 255 | 351 | 131 | 32 | 0 | 76 | 11 | 125 | 115 | 77 |
| Binary | 10101101 | 11101001 | 1011001 | 11010 | 0 | 111110 | 1001 | 1010101 | 1001101 | 111111 |
Color Harmonies of #ADE959
Complementary color
Monochromatic Colors of #ADE959
Black with #ADE959
Text Example
Text Example
White with #ADE959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE959; }
p { color: rgb(173,233,89); }
H1.HeaderClassName
{
color: #ADE959;
}
.AnyTagClassName
{
color: #ADE959;
}
</style>
background-color css
<style>
a { background-color: #ADE959; }
a { background-color: rgb(173,233,89); }
div.DivClassName
{
background-color: #ADE959;
}
.BgClassName
{
background-color: #ADE959;
}
</style>
border-color css
<style>
span { border-color: #ADE959; }
span { border-color: rgb(173,233,89); }
td.TdClassName
{
border-color: #ADE959;
}
.TagClassName
{
border-color: #ADE959;
}
</style>