Shades of Conifer #ADE156
Tints of Conifer #ADE156
RGB
CMYK
RGB Variations
Color information
#ADE156 (or 0xADE156) is known color: Conifer. HEX triplet: AD, E1 and 56. RGB value is (173,225,86). Sum of RGB (Red+Green+Blue) = 173+225+86=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE156 is #521EA9. Grayscale: #C2C2C2. Windows color (decimal): -5381802 or 5693869. OLE color: 5693869.
HSL color Cylindrical-coordinate representation of color #ADE156: hue angle of 82.45º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADE156 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 86 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.12 |
| HSL | 82.45º | 0.7% | 0.61% | - |
| HSV(B) | 82.45º | 0.62% | 0.88% | - |
| XYZ | 45.84 | 63.41 | 18.63 | - |
| YUV | 193.61 | 67.27 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 86 | 0.23 | 0 | 0.62 | 0.12 | 82.45 | 0.7 | 0.61 |
| Hex | AD | E1 | 56 | 17 | 0 | 3E | C | 52 | 46 | 3D |
| Octal | 255 | 341 | 126 | 27 | 0 | 76 | 14 | 122 | 106 | 75 |
| Binary | 10101101 | 11100001 | 1010110 | 10111 | 0 | 111110 | 1100 | 1010010 | 1000110 | 111101 |
Color Harmonies of #ADE156
Complementary color
Monochromatic Colors of #ADE156
Black with #ADE156
Text Example
Text Example
White with #ADE156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE156; }
p { color: rgb(173,225,86); }
H1.HeaderClassName
{
color: #ADE156;
}
.AnyTagClassName
{
color: #ADE156;
}
</style>
background-color css
<style>
a { background-color: #ADE156; }
a { background-color: rgb(173,225,86); }
div.DivClassName
{
background-color: #ADE156;
}
.BgClassName
{
background-color: #ADE156;
}
</style>
border-color css
<style>
span { border-color: #ADE156; }
span { border-color: rgb(173,225,86); }
td.TdClassName
{
border-color: #ADE156;
}
.TagClassName
{
border-color: #ADE156;
}
</style>