Shades of Conifer #ADE15D
Tints of Conifer #ADE15D
RGB
CMYK
RGB Variations
Color information
#ADE15D (or 0xADE15D) is known color: Conifer. HEX triplet: AD, E1 and 5D. RGB value is (173,225,93). Sum of RGB (Red+Green+Blue) = 173+225+93=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE15D is #521EA2. Grayscale: #C2C2C2. Windows color (decimal): -5381795 or 6152621. OLE color: 6152621.
HSL color Cylindrical-coordinate representation of color #ADE15D: hue angle of 83.64º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADE15D is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 93 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.12 |
| HSL | 83.64º | 0.69% | 0.62% | - |
| HSV(B) | 83.64º | 0.59% | 0.88% | - |
| XYZ | 46.13 | 63.52 | 20.19 | - |
| YUV | 194.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 93 | 0.23 | 0 | 0.59 | 0.12 | 83.64 | 0.69 | 0.62 |
| Hex | AD | E1 | 5D | 17 | 0 | 3B | C | 54 | 45 | 3E |
| Octal | 255 | 341 | 135 | 27 | 0 | 73 | 14 | 124 | 105 | 76 |
| Binary | 10101101 | 11100001 | 1011101 | 10111 | 0 | 111011 | 1100 | 1010100 | 1000101 | 111110 |
Color Harmonies of #ADE15D
Complementary color
Monochromatic Colors of #ADE15D
Black with #ADE15D
Text Example
Text Example
White with #ADE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE15D; }
p { color: rgb(173,225,93); }
H1.HeaderClassName
{
color: #ADE15D;
}
.AnyTagClassName
{
color: #ADE15D;
}
</style>
background-color css
<style>
a { background-color: #ADE15D; }
a { background-color: rgb(173,225,93); }
div.DivClassName
{
background-color: #ADE15D;
}
.BgClassName
{
background-color: #ADE15D;
}
</style>
border-color css
<style>
span { border-color: #ADE15D; }
span { border-color: rgb(173,225,93); }
td.TdClassName
{
border-color: #ADE15D;
}
.TagClassName
{
border-color: #ADE15D;
}
</style>