Shades of Conifer #ADE45D
Tints of Conifer #ADE45D
RGB
CMYK
RGB Variations
Color information
#ADE45D (or 0xADE45D) is known color: Conifer. HEX triplet: AD, E4 and 5D. RGB value is (173,228,93). Sum of RGB (Red+Green+Blue) = 173+228+93=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE45D is #521BA2. Grayscale: #C4C4C4. Windows color (decimal): -5381027 or 6153389. OLE color: 6153389.
HSL color Cylindrical-coordinate representation of color #ADE45D: hue angle of 84.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADE45D is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 93 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.11 |
| HSL | 84.44º | 0.71% | 0.63% | - |
| HSV(B) | 84.44º | 0.59% | 0.89% | - |
| XYZ | 46.95 | 65.16 | 20.46 | - |
| YUV | 196.17 | 69.78 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 93 | 0.24 | 0 | 0.59 | 0.11 | 84.44 | 0.71 | 0.63 |
| Hex | AD | E4 | 5D | 18 | 0 | 3B | B | 54 | 47 | 3F |
| Octal | 255 | 344 | 135 | 30 | 0 | 73 | 13 | 124 | 107 | 77 |
| Binary | 10101101 | 11100100 | 1011101 | 11000 | 0 | 111011 | 1011 | 1010100 | 1000111 | 111111 |
Color Harmonies of #ADE45D
Complementary color
Monochromatic Colors of #ADE45D
Black with #ADE45D
Text Example
Text Example
White with #ADE45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE45D; }
p { color: rgb(173,228,93); }
H1.HeaderClassName
{
color: #ADE45D;
}
.AnyTagClassName
{
color: #ADE45D;
}
</style>
background-color css
<style>
a { background-color: #ADE45D; }
a { background-color: rgb(173,228,93); }
div.DivClassName
{
background-color: #ADE45D;
}
.BgClassName
{
background-color: #ADE45D;
}
</style>
border-color css
<style>
span { border-color: #ADE45D; }
span { border-color: rgb(173,228,93); }
td.TdClassName
{
border-color: #ADE45D;
}
.TagClassName
{
border-color: #ADE45D;
}
</style>