Shades of Conifer #ADE240
Tints of Conifer #ADE240
RGB
CMYK
RGB Variations
Color information
#ADE240 (or 0xADE240) is known color: Conifer. HEX triplet: AD, E2 and 40. RGB value is (173,226,64). Sum of RGB (Red+Green+Blue) = 173+226+64=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE240 is #521DBF. Grayscale: #C0C0C0. Windows color (decimal): -5381568 or 4252333. OLE color: 4252333.
HSL color Cylindrical-coordinate representation of color #ADE240: hue angle of 79.63º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADE240 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 64 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.11 |
| HSL | 79.63º | 0.74% | 0.57% | - |
| HSV(B) | 79.63º | 0.72% | 0.89% | - |
| XYZ | 45.36 | 63.65 | 14.75 | - |
| YUV | 191.69 | 55.94 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 64 | 0.23 | 0 | 0.72 | 0.11 | 79.63 | 0.74 | 0.57 |
| Hex | AD | E2 | 40 | 17 | 0 | 48 | B | 50 | 4A | 39 |
| Octal | 255 | 342 | 100 | 27 | 0 | 110 | 13 | 120 | 112 | 71 |
| Binary | 10101101 | 11100010 | 1000000 | 10111 | 0 | 1001000 | 1011 | 1010000 | 1001010 | 111001 |
Color Harmonies of #ADE240
Complementary color
Monochromatic Colors of #ADE240
Black with #ADE240
Text Example
Text Example
White with #ADE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE240; }
p { color: rgb(173,226,64); }
H1.HeaderClassName
{
color: #ADE240;
}
.AnyTagClassName
{
color: #ADE240;
}
</style>
background-color css
<style>
a { background-color: #ADE240; }
a { background-color: rgb(173,226,64); }
div.DivClassName
{
background-color: #ADE240;
}
.BgClassName
{
background-color: #ADE240;
}
</style>
border-color css
<style>
span { border-color: #ADE240; }
span { border-color: rgb(173,226,64); }
td.TdClassName
{
border-color: #ADE240;
}
.TagClassName
{
border-color: #ADE240;
}
</style>