Shades of Conifer #ADE256
Tints of Conifer #ADE256
RGB
CMYK
RGB Variations
Color information
#ADE256 (or 0xADE256) is known color: Conifer. HEX triplet: AD, E2 and 56. RGB value is (173,226,86). Sum of RGB (Red+Green+Blue) = 173+226+86=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE256 is #521DA9. Grayscale: #C2C2C2. Windows color (decimal): -5381546 or 5694125. OLE color: 5694125.
HSL color Cylindrical-coordinate representation of color #ADE256: hue angle of 82.71º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADE256 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 86 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.11 |
| HSL | 82.71º | 0.71% | 0.61% | - |
| HSV(B) | 82.71º | 0.62% | 0.89% | - |
| XYZ | 46.11 | 63.95 | 18.72 | - |
| YUV | 194.19 | 66.94 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 86 | 0.23 | 0 | 0.62 | 0.11 | 82.71 | 0.71 | 0.61 |
| Hex | AD | E2 | 56 | 17 | 0 | 3E | B | 53 | 47 | 3D |
| Octal | 255 | 342 | 126 | 27 | 0 | 76 | 13 | 123 | 107 | 75 |
| Binary | 10101101 | 11100010 | 1010110 | 10111 | 0 | 111110 | 1011 | 1010011 | 1000111 | 111101 |
Color Harmonies of #ADE256
Complementary color
Monochromatic Colors of #ADE256
Black with #ADE256
Text Example
Text Example
White with #ADE256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE256; }
p { color: rgb(173,226,86); }
H1.HeaderClassName
{
color: #ADE256;
}
.AnyTagClassName
{
color: #ADE256;
}
</style>
background-color css
<style>
a { background-color: #ADE256; }
a { background-color: rgb(173,226,86); }
div.DivClassName
{
background-color: #ADE256;
}
.BgClassName
{
background-color: #ADE256;
}
</style>
border-color css
<style>
span { border-color: #ADE256; }
span { border-color: rgb(173,226,86); }
td.TdClassName
{
border-color: #ADE256;
}
.TagClassName
{
border-color: #ADE256;
}
</style>