Shades of Conifer #ADE14C
Tints of Conifer #ADE14C
RGB
CMYK
RGB Variations
Color information
#ADE14C (or 0xADE14C) is known color: Conifer. HEX triplet: AD, E1 and 4C. RGB value is (173,225,76). Sum of RGB (Red+Green+Blue) = 173+225+76=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE14C is #521EB3. Grayscale: #C1C1C1. Windows color (decimal): -5381812 or 5038509. OLE color: 5038509.
HSL color Cylindrical-coordinate representation of color #ADE14C: hue angle of 80.94º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADE14C is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 76 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.12 |
| HSL | 80.94º | 0.71% | 0.59% | - |
| HSV(B) | 80.94º | 0.66% | 0.88% | - |
| XYZ | 45.46 | 63.26 | 16.65 | - |
| YUV | 192.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 76 | 0.23 | 0 | 0.66 | 0.12 | 80.94 | 0.71 | 0.59 |
| Hex | AD | E1 | 4C | 17 | 0 | 42 | C | 51 | 47 | 3B |
| Octal | 255 | 341 | 114 | 27 | 0 | 102 | 14 | 121 | 107 | 73 |
| Binary | 10101101 | 11100001 | 1001100 | 10111 | 0 | 1000010 | 1100 | 1010001 | 1000111 | 111011 |
Color Harmonies of #ADE14C
Complementary color
Monochromatic Colors of #ADE14C
Black with #ADE14C
Text Example
Text Example
White with #ADE14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE14C; }
p { color: rgb(173,225,76); }
H1.HeaderClassName
{
color: #ADE14C;
}
.AnyTagClassName
{
color: #ADE14C;
}
</style>
background-color css
<style>
a { background-color: #ADE14C; }
a { background-color: rgb(173,225,76); }
div.DivClassName
{
background-color: #ADE14C;
}
.BgClassName
{
background-color: #ADE14C;
}
</style>
border-color css
<style>
span { border-color: #ADE14C; }
span { border-color: rgb(173,225,76); }
td.TdClassName
{
border-color: #ADE14C;
}
.TagClassName
{
border-color: #ADE14C;
}
</style>