Shades of Conifer #ADE140
Tints of Conifer #ADE140
RGB
CMYK
RGB Variations
Color information
#ADE140 (or 0xADE140) is known color: Conifer. HEX triplet: AD, E1 and 40. RGB value is (173,225,64). Sum of RGB (Red+Green+Blue) = 173+225+64=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE140 is #521EBF. Grayscale: #BFBFBF. Windows color (decimal): -5381824 or 4252077. OLE color: 4252077.
HSL color Cylindrical-coordinate representation of color #ADE140: hue angle of 79.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADE140 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 64 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.12 |
| HSL | 79.38º | 0.73% | 0.57% | - |
| HSV(B) | 79.38º | 0.72% | 0.88% | - |
| XYZ | 45.08 | 63.1 | 14.65 | - |
| YUV | 191.1 | 56.27 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 64 | 0.23 | 0 | 0.72 | 0.12 | 79.38 | 0.73 | 0.57 |
| Hex | AD | E1 | 40 | 17 | 0 | 48 | C | 4F | 49 | 39 |
| Octal | 255 | 341 | 100 | 27 | 0 | 110 | 14 | 117 | 111 | 71 |
| Binary | 10101101 | 11100001 | 1000000 | 10111 | 0 | 1001000 | 1100 | 1001111 | 1001001 | 111001 |
Color Harmonies of #ADE140
Complementary color
Monochromatic Colors of #ADE140
Black with #ADE140
Text Example
Text Example
White with #ADE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE140; }
p { color: rgb(173,225,64); }
H1.HeaderClassName
{
color: #ADE140;
}
.AnyTagClassName
{
color: #ADE140;
}
</style>
background-color css
<style>
a { background-color: #ADE140; }
a { background-color: rgb(173,225,64); }
div.DivClassName
{
background-color: #ADE140;
}
.BgClassName
{
background-color: #ADE140;
}
</style>
border-color css
<style>
span { border-color: #ADE140; }
span { border-color: rgb(173,225,64); }
td.TdClassName
{
border-color: #ADE140;
}
.TagClassName
{
border-color: #ADE140;
}
</style>