Shades of Conifer #ADE740
Tints of Conifer #ADE740
RGB
CMYK
RGB Variations
Color information
#ADE740 (or 0xADE740) is known color: Conifer. HEX triplet: AD, E7 and 40. RGB value is (173,231,64). Sum of RGB (Red+Green+Blue) = 173+231+64=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE740 is #5218BF. Grayscale: #C3C3C3. Windows color (decimal): -5380288 or 4253613. OLE color: 4253613.
HSL color Cylindrical-coordinate representation of color #ADE740: hue angle of 80.84º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADE740 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 64 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.09 |
| HSL | 80.84º | 0.78% | 0.58% | - |
| HSV(B) | 80.84º | 0.72% | 0.91% | - |
| XYZ | 46.73 | 66.41 | 15.2 | - |
| YUV | 194.62 | 54.28 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 64 | 0.25 | 0 | 0.72 | 0.09 | 80.84 | 0.78 | 0.58 |
| Hex | AD | E7 | 40 | 19 | 0 | 48 | 9 | 51 | 4E | 3A |
| Octal | 255 | 347 | 100 | 31 | 0 | 110 | 11 | 121 | 116 | 72 |
| Binary | 10101101 | 11100111 | 1000000 | 11001 | 0 | 1001000 | 1001 | 1010001 | 1001110 | 111010 |
Color Harmonies of #ADE740
Complementary color
Monochromatic Colors of #ADE740
Black with #ADE740
Text Example
Text Example
White with #ADE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE740; }
p { color: rgb(173,231,64); }
H1.HeaderClassName
{
color: #ADE740;
}
.AnyTagClassName
{
color: #ADE740;
}
</style>
background-color css
<style>
a { background-color: #ADE740; }
a { background-color: rgb(173,231,64); }
div.DivClassName
{
background-color: #ADE740;
}
.BgClassName
{
background-color: #ADE740;
}
</style>
border-color css
<style>
span { border-color: #ADE740; }
span { border-color: rgb(173,231,64); }
td.TdClassName
{
border-color: #ADE740;
}
.TagClassName
{
border-color: #ADE740;
}
</style>