Shades of Conifer #ADE45C
Tints of Conifer #ADE45C
RGB
CMYK
RGB Variations
Color information
#ADE45C (or 0xADE45C) is known color: Conifer. HEX triplet: AD, E4 and 5C. RGB value is (173,228,92). Sum of RGB (Red+Green+Blue) = 173+228+92=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE45C is #521BA3. Grayscale: #C4C4C4. Windows color (decimal): -5381028 or 6087853. OLE color: 6087853.
HSL color Cylindrical-coordinate representation of color #ADE45C: hue angle of 84.26º 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 #ADE45C is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 92 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.11 |
| HSL | 84.26º | 0.72% | 0.63% | - |
| HSV(B) | 84.26º | 0.6% | 0.89% | - |
| XYZ | 46.91 | 65.14 | 20.23 | - |
| YUV | 196.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 92 | 0.24 | 0 | 0.60 | 0.11 | 84.26 | 0.72 | 0.63 |
| Hex | AD | E4 | 5C | 18 | 0 | 3C | B | 54 | 48 | 3F |
| Octal | 255 | 344 | 134 | 30 | 0 | 74 | 13 | 124 | 110 | 77 |
| Binary | 10101101 | 11100100 | 1011100 | 11000 | 0 | 111100 | 1011 | 1010100 | 1001000 | 111111 |
Color Harmonies of #ADE45C
Complementary color
Monochromatic Colors of #ADE45C
Black with #ADE45C
Text Example
Text Example
White with #ADE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE45C; }
p { color: rgb(173,228,92); }
H1.HeaderClassName
{
color: #ADE45C;
}
.AnyTagClassName
{
color: #ADE45C;
}
</style>
background-color css
<style>
a { background-color: #ADE45C; }
a { background-color: rgb(173,228,92); }
div.DivClassName
{
background-color: #ADE45C;
}
.BgClassName
{
background-color: #ADE45C;
}
</style>
border-color css
<style>
span { border-color: #ADE45C; }
span { border-color: rgb(173,228,92); }
td.TdClassName
{
border-color: #ADE45C;
}
.TagClassName
{
border-color: #ADE45C;
}
</style>