Shades of Conifer #ADE645
Tints of Conifer #ADE645
RGB
CMYK
RGB Variations
Color information
#ADE645 (or 0xADE645) is known color: Conifer. HEX triplet: AD, E6 and 45. RGB value is (173,230,69). Sum of RGB (Red+Green+Blue) = 173+230+69=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE645 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE645 is #5219BA. Grayscale: #C3C3C3. Windows color (decimal): -5380539 or 4581037. OLE color: 4581037.
HSL color Cylindrical-coordinate representation of color #ADE645: hue angle of 81.24º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADE645 is Cyan = 0.25, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 69 | - |
| CMYK | 0.25 | 0 | 0.7 | 0.10 |
| HSL | 81.24º | 0.76% | 0.59% | - |
| HSV(B) | 81.24º | 0.7% | 0.9% | - |
| XYZ | 46.6 | 65.91 | 15.9 | - |
| YUV | 194.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 69 | 0.25 | 0 | 0.7 | 0.10 | 81.24 | 0.76 | 0.59 |
| Hex | AD | E6 | 45 | 19 | 0 | 46 | A | 51 | 4C | 3B |
| Octal | 255 | 346 | 105 | 31 | 0 | 106 | 12 | 121 | 114 | 73 |
| Binary | 10101101 | 11100110 | 1000101 | 11001 | 0 | 1000110 | 1010 | 1010001 | 1001100 | 111011 |
Color Harmonies of #ADE645
Complementary color
Monochromatic Colors of #ADE645
Black with #ADE645
Text Example
Text Example
White with #ADE645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE645; }
p { color: rgb(173,230,69); }
H1.HeaderClassName
{
color: #ADE645;
}
.AnyTagClassName
{
color: #ADE645;
}
</style>
background-color css
<style>
a { background-color: #ADE645; }
a { background-color: rgb(173,230,69); }
div.DivClassName
{
background-color: #ADE645;
}
.BgClassName
{
background-color: #ADE645;
}
</style>
border-color css
<style>
span { border-color: #ADE645; }
span { border-color: rgb(173,230,69); }
td.TdClassName
{
border-color: #ADE645;
}
.TagClassName
{
border-color: #ADE645;
}
</style>