Shades of Conifer #ADE756
Tints of Conifer #ADE756
RGB
CMYK
RGB Variations
Color information
#ADE756 (or 0xADE756) is known color: Conifer. HEX triplet: AD, E7 and 56. RGB value is (173,231,86). Sum of RGB (Red+Green+Blue) = 173+231+86=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE756 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE756 is #5218A9. Grayscale: #C5C5C5. Windows color (decimal): -5380266 or 5695405. OLE color: 5695405.
HSL color Cylindrical-coordinate representation of color #ADE756: hue angle of 84º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADE756 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 86 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.09 |
| HSL | 84º | 0.75% | 0.62% | - |
| HSV(B) | 84º | 0.63% | 0.91% | - |
| XYZ | 47.49 | 66.71 | 19.18 | - |
| YUV | 197.13 | 65.28 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 86 | 0.25 | 0 | 0.63 | 0.09 | 84 | 0.75 | 0.62 |
| Hex | AD | E7 | 56 | 19 | 0 | 3F | 9 | 54 | 4B | 3E |
| Octal | 255 | 347 | 126 | 31 | 0 | 77 | 11 | 124 | 113 | 76 |
| Binary | 10101101 | 11100111 | 1010110 | 11001 | 0 | 111111 | 1001 | 1010100 | 1001011 | 111110 |
Color Harmonies of #ADE756
Complementary color
Monochromatic Colors of #ADE756
Black with #ADE756
Text Example
Text Example
White with #ADE756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE756; }
p { color: rgb(173,231,86); }
H1.HeaderClassName
{
color: #ADE756;
}
.AnyTagClassName
{
color: #ADE756;
}
</style>
background-color css
<style>
a { background-color: #ADE756; }
a { background-color: rgb(173,231,86); }
div.DivClassName
{
background-color: #ADE756;
}
.BgClassName
{
background-color: #ADE756;
}
</style>
border-color css
<style>
span { border-color: #ADE756; }
span { border-color: rgb(173,231,86); }
td.TdClassName
{
border-color: #ADE756;
}
.TagClassName
{
border-color: #ADE756;
}
</style>