Shades of Conifer #ADE245
Tints of Conifer #ADE245
RGB
CMYK
RGB Variations
Color information
#ADE245 (or 0xADE245) is known color: Conifer. HEX triplet: AD, E2 and 45. RGB value is (173,226,69). Sum of RGB (Red+Green+Blue) = 173+226+69=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE245 is #521DBA. Grayscale: #C0C0C0. Windows color (decimal): -5381563 or 4580013. OLE color: 4580013.
HSL color Cylindrical-coordinate representation of color #ADE245: hue angle of 80.25º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADE245 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 69 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.11 |
| HSL | 80.25º | 0.73% | 0.58% | - |
| HSV(B) | 80.25º | 0.69% | 0.89% | - |
| XYZ | 45.5 | 63.71 | 15.53 | - |
| YUV | 192.26 | 58.44 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 69 | 0.23 | 0 | 0.69 | 0.11 | 80.25 | 0.73 | 0.58 |
| Hex | AD | E2 | 45 | 17 | 0 | 45 | B | 50 | 49 | 3A |
| Octal | 255 | 342 | 105 | 27 | 0 | 105 | 13 | 120 | 111 | 72 |
| Binary | 10101101 | 11100010 | 1000101 | 10111 | 0 | 1000101 | 1011 | 1010000 | 1001001 | 111010 |
Color Harmonies of #ADE245
Complementary color
Monochromatic Colors of #ADE245
Black with #ADE245
Text Example
Text Example
White with #ADE245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE245; }
p { color: rgb(173,226,69); }
H1.HeaderClassName
{
color: #ADE245;
}
.AnyTagClassName
{
color: #ADE245;
}
</style>
background-color css
<style>
a { background-color: #ADE245; }
a { background-color: rgb(173,226,69); }
div.DivClassName
{
background-color: #ADE245;
}
.BgClassName
{
background-color: #ADE245;
}
</style>
border-color css
<style>
span { border-color: #ADE245; }
span { border-color: rgb(173,226,69); }
td.TdClassName
{
border-color: #ADE245;
}
.TagClassName
{
border-color: #ADE245;
}
</style>