Shades of Conifer #ADE540
Tints of Conifer #ADE540
RGB
CMYK
RGB Variations
Color information
#ADE540 (or 0xADE540) is known color: Conifer. HEX triplet: AD, E5 and 40. RGB value is (173,229,64). Sum of RGB (Red+Green+Blue) = 173+229+64=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE540 is #521ABF. Grayscale: #C2C2C2. Windows color (decimal): -5380800 or 4253101. OLE color: 4253101.
HSL color Cylindrical-coordinate representation of color #ADE540: hue angle of 80.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADE540 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 64 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.10 |
| HSL | 80.36º | 0.76% | 0.57% | - |
| HSV(B) | 80.36º | 0.72% | 0.9% | - |
| XYZ | 46.18 | 65.29 | 15.02 | - |
| YUV | 193.45 | 54.95 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 64 | 0.24 | 0 | 0.72 | 0.10 | 80.36 | 0.76 | 0.57 |
| Hex | AD | E5 | 40 | 18 | 0 | 48 | A | 50 | 4C | 39 |
| Octal | 255 | 345 | 100 | 30 | 0 | 110 | 12 | 120 | 114 | 71 |
| Binary | 10101101 | 11100101 | 1000000 | 11000 | 0 | 1001000 | 1010 | 1010000 | 1001100 | 111001 |
Color Harmonies of #ADE540
Complementary color
Monochromatic Colors of #ADE540
Black with #ADE540
Text Example
Text Example
White with #ADE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE540; }
p { color: rgb(173,229,64); }
H1.HeaderClassName
{
color: #ADE540;
}
.AnyTagClassName
{
color: #ADE540;
}
</style>
background-color css
<style>
a { background-color: #ADE540; }
a { background-color: rgb(173,229,64); }
div.DivClassName
{
background-color: #ADE540;
}
.BgClassName
{
background-color: #ADE540;
}
</style>
border-color css
<style>
span { border-color: #ADE540; }
span { border-color: rgb(173,229,64); }
td.TdClassName
{
border-color: #ADE540;
}
.TagClassName
{
border-color: #ADE540;
}
</style>