Shades of Conifer #ADE145
Tints of Conifer #ADE145
RGB
CMYK
RGB Variations
Color information
#ADE145 (or 0xADE145) is known color: Conifer. HEX triplet: AD, E1 and 45. RGB value is (173,225,69). Sum of RGB (Red+Green+Blue) = 173+225+69=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE145 is #521EBA. Grayscale: #C0C0C0. Windows color (decimal): -5381819 or 4579757. OLE color: 4579757.
HSL color Cylindrical-coordinate representation of color #ADE145: hue angle of 80º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADE145 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 69 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.12 |
| HSL | 80º | 0.72% | 0.58% | - |
| HSV(B) | 80º | 0.69% | 0.88% | - |
| XYZ | 45.23 | 63.16 | 15.44 | - |
| YUV | 191.67 | 58.77 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 69 | 0.23 | 0 | 0.69 | 0.12 | 80 | 0.72 | 0.58 |
| Hex | AD | E1 | 45 | 17 | 0 | 45 | C | 50 | 48 | 3A |
| Octal | 255 | 341 | 105 | 27 | 0 | 105 | 14 | 120 | 110 | 72 |
| Binary | 10101101 | 11100001 | 1000101 | 10111 | 0 | 1000101 | 1100 | 1010000 | 1001000 | 111010 |
Color Harmonies of #ADE145
Complementary color
Monochromatic Colors of #ADE145
Black with #ADE145
Text Example
Text Example
White with #ADE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE145; }
p { color: rgb(173,225,69); }
H1.HeaderClassName
{
color: #ADE145;
}
.AnyTagClassName
{
color: #ADE145;
}
</style>
background-color css
<style>
a { background-color: #ADE145; }
a { background-color: rgb(173,225,69); }
div.DivClassName
{
background-color: #ADE145;
}
.BgClassName
{
background-color: #ADE145;
}
</style>
border-color css
<style>
span { border-color: #ADE145; }
span { border-color: rgb(173,225,69); }
td.TdClassName
{
border-color: #ADE145;
}
.TagClassName
{
border-color: #ADE145;
}
</style>