Shades of Conifer #ADE956
Tints of Conifer #ADE956
RGB
CMYK
RGB Variations
Color information
#ADE956 (or 0xADE956) is known color: Conifer. HEX triplet: AD, E9 and 56. RGB value is (173,233,86). Sum of RGB (Red+Green+Blue) = 173+233+86=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE956 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE956 is #5216A9. Grayscale: #C6C6C6. Windows color (decimal): -5379754 or 5695917. OLE color: 5695917.
HSL color Cylindrical-coordinate representation of color #ADE956: hue angle of 84.49º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADE956 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 86 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.09 |
| HSL | 84.49º | 0.77% | 0.63% | - |
| HSV(B) | 84.49º | 0.63% | 0.91% | - |
| XYZ | 48.05 | 67.83 | 19.36 | - |
| YUV | 198.3 | 64.62 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 86 | 0.26 | 0 | 0.63 | 0.09 | 84.49 | 0.77 | 0.63 |
| Hex | AD | E9 | 56 | 1A | 0 | 3F | 9 | 54 | 4D | 3F |
| Octal | 255 | 351 | 126 | 32 | 0 | 77 | 11 | 124 | 115 | 77 |
| Binary | 10101101 | 11101001 | 1010110 | 11010 | 0 | 111111 | 1001 | 1010100 | 1001101 | 111111 |
Color Harmonies of #ADE956
Complementary color
Monochromatic Colors of #ADE956
Black with #ADE956
Text Example
Text Example
White with #ADE956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE956; }
p { color: rgb(173,233,86); }
H1.HeaderClassName
{
color: #ADE956;
}
.AnyTagClassName
{
color: #ADE956;
}
</style>
background-color css
<style>
a { background-color: #ADE956; }
a { background-color: rgb(173,233,86); }
div.DivClassName
{
background-color: #ADE956;
}
.BgClassName
{
background-color: #ADE956;
}
</style>
border-color css
<style>
span { border-color: #ADE956; }
span { border-color: rgb(173,233,86); }
td.TdClassName
{
border-color: #ADE956;
}
.TagClassName
{
border-color: #ADE956;
}
</style>