Shades of Conifer #ADE14E
Tints of Conifer #ADE14E
RGB
CMYK
RGB Variations
Color information
#ADE14E (or 0xADE14E) is known color: Conifer. HEX triplet: AD, E1 and 4E. RGB value is (173,225,78). Sum of RGB (Red+Green+Blue) = 173+225+78=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE14E is #521EB1. Grayscale: #C1C1C1. Windows color (decimal): -5381810 or 5169581. OLE color: 5169581.
HSL color Cylindrical-coordinate representation of color #ADE14E: hue angle of 81.22º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADE14E is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 78 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.12 |
| HSL | 81.22º | 0.71% | 0.59% | - |
| HSV(B) | 81.22º | 0.65% | 0.88% | - |
| XYZ | 45.53 | 63.28 | 17.02 | - |
| YUV | 192.69 | 63.27 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 78 | 0.23 | 0 | 0.65 | 0.12 | 81.22 | 0.71 | 0.59 |
| Hex | AD | E1 | 4E | 17 | 0 | 41 | C | 51 | 47 | 3B |
| Octal | 255 | 341 | 116 | 27 | 0 | 101 | 14 | 121 | 107 | 73 |
| Binary | 10101101 | 11100001 | 1001110 | 10111 | 0 | 1000001 | 1100 | 1010001 | 1000111 | 111011 |
Color Harmonies of #ADE14E
Complementary color
Monochromatic Colors of #ADE14E
Black with #ADE14E
Text Example
Text Example
White with #ADE14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE14E; }
p { color: rgb(173,225,78); }
H1.HeaderClassName
{
color: #ADE14E;
}
.AnyTagClassName
{
color: #ADE14E;
}
</style>
background-color css
<style>
a { background-color: #ADE14E; }
a { background-color: rgb(173,225,78); }
div.DivClassName
{
background-color: #ADE14E;
}
.BgClassName
{
background-color: #ADE14E;
}
</style>
border-color css
<style>
span { border-color: #ADE14E; }
span { border-color: rgb(173,225,78); }
td.TdClassName
{
border-color: #ADE14E;
}
.TagClassName
{
border-color: #ADE14E;
}
</style>