Shades of Conifer #ADE244
Tints of Conifer #ADE244
RGB
CMYK
RGB Variations
Color information
#ADE244 (or 0xADE244) is known color: Conifer. HEX triplet: AD, E2 and 44. RGB value is (173,226,68). Sum of RGB (Red+Green+Blue) = 173+226+68=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE244 is #521DBB. Grayscale: #C0C0C0. Windows color (decimal): -5381564 or 4514477. OLE color: 4514477.
HSL color Cylindrical-coordinate representation of color #ADE244: hue angle of 80.13º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADE244 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 68 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.11 |
| HSL | 80.13º | 0.73% | 0.58% | - |
| HSV(B) | 80.13º | 0.7% | 0.89% | - |
| XYZ | 45.47 | 63.69 | 15.37 | - |
| YUV | 192.14 | 57.94 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 68 | 0.23 | 0 | 0.70 | 0.11 | 80.13 | 0.73 | 0.58 |
| Hex | AD | E2 | 44 | 17 | 0 | 46 | B | 50 | 49 | 3A |
| Octal | 255 | 342 | 104 | 27 | 0 | 106 | 13 | 120 | 111 | 72 |
| Binary | 10101101 | 11100010 | 1000100 | 10111 | 0 | 1000110 | 1011 | 1010000 | 1001001 | 111010 |
Color Harmonies of #ADE244
Complementary color
Monochromatic Colors of #ADE244
Black with #ADE244
Text Example
Text Example
White with #ADE244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE244; }
p { color: rgb(173,226,68); }
H1.HeaderClassName
{
color: #ADE244;
}
.AnyTagClassName
{
color: #ADE244;
}
</style>
background-color css
<style>
a { background-color: #ADE244; }
a { background-color: rgb(173,226,68); }
div.DivClassName
{
background-color: #ADE244;
}
.BgClassName
{
background-color: #ADE244;
}
</style>
border-color css
<style>
span { border-color: #ADE244; }
span { border-color: rgb(173,226,68); }
td.TdClassName
{
border-color: #ADE244;
}
.TagClassName
{
border-color: #ADE244;
}
</style>