Shades of Conifer #ADE45B
Tints of Conifer #ADE45B
RGB
CMYK
RGB Variations
Color information
#ADE45B (or 0xADE45B) is known color: Conifer. HEX triplet: AD, E4 and 5B. RGB value is (173,228,91). Sum of RGB (Red+Green+Blue) = 173+228+91=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE45B is #521BA4. Grayscale: #C4C4C4. Windows color (decimal): -5381029 or 6022317. OLE color: 6022317.
HSL color Cylindrical-coordinate representation of color #ADE45B: hue angle of 84.09º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADE45B is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 91 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.11 |
| HSL | 84.09º | 0.72% | 0.63% | - |
| HSV(B) | 84.09º | 0.6% | 0.89% | - |
| XYZ | 46.87 | 65.13 | 20 | - |
| YUV | 195.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 91 | 0.24 | 0 | 0.60 | 0.11 | 84.09 | 0.72 | 0.63 |
| Hex | AD | E4 | 5B | 18 | 0 | 3C | B | 54 | 48 | 3F |
| Octal | 255 | 344 | 133 | 30 | 0 | 74 | 13 | 124 | 110 | 77 |
| Binary | 10101101 | 11100100 | 1011011 | 11000 | 0 | 111100 | 1011 | 1010100 | 1001000 | 111111 |
Color Harmonies of #ADE45B
Complementary color
Monochromatic Colors of #ADE45B
Black with #ADE45B
Text Example
Text Example
White with #ADE45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE45B; }
p { color: rgb(173,228,91); }
H1.HeaderClassName
{
color: #ADE45B;
}
.AnyTagClassName
{
color: #ADE45B;
}
</style>
background-color css
<style>
a { background-color: #ADE45B; }
a { background-color: rgb(173,228,91); }
div.DivClassName
{
background-color: #ADE45B;
}
.BgClassName
{
background-color: #ADE45B;
}
</style>
border-color css
<style>
span { border-color: #ADE45B; }
span { border-color: rgb(173,228,91); }
td.TdClassName
{
border-color: #ADE45B;
}
.TagClassName
{
border-color: #ADE45B;
}
</style>