Shades of Conifer #ADE064
Tints of Conifer #ADE064
RGB
CMYK
RGB Variations
Color information
#ADE064 (or 0xADE064) is known color: Conifer. HEX triplet: AD, E0 and 64. RGB value is (173,224,100). Sum of RGB (Red+Green+Blue) = 173+224+100=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE064 is #521F9B. Grayscale: #C3C3C3. Windows color (decimal): -5382044 or 6611117. OLE color: 6611117.
HSL color Cylindrical-coordinate representation of color #ADE064: hue angle of 84.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADE064 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 100 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.12 |
| HSL | 84.68º | 0.67% | 0.64% | - |
| HSV(B) | 84.68º | 0.55% | 0.88% | - |
| XYZ | 46.19 | 63.12 | 21.8 | - |
| YUV | 194.62 | 74.6 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 100 | 0.23 | 0 | 0.55 | 0.12 | 84.68 | 0.67 | 0.64 |
| Hex | AD | E0 | 64 | 17 | 0 | 37 | C | 55 | 43 | 40 |
| Octal | 255 | 340 | 144 | 27 | 0 | 67 | 14 | 125 | 103 | 100 |
| Binary | 10101101 | 11100000 | 1100100 | 10111 | 0 | 110111 | 1100 | 1010101 | 1000011 | 1000000 |
Color Harmonies of #ADE064
Complementary color
Monochromatic Colors of #ADE064
Black with #ADE064
Text Example
Text Example
White with #ADE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE064; }
p { color: rgb(173,224,100); }
H1.HeaderClassName
{
color: #ADE064;
}
.AnyTagClassName
{
color: #ADE064;
}
</style>
background-color css
<style>
a { background-color: #ADE064; }
a { background-color: rgb(173,224,100); }
div.DivClassName
{
background-color: #ADE064;
}
.BgClassName
{
background-color: #ADE064;
}
</style>
border-color css
<style>
span { border-color: #ADE064; }
span { border-color: rgb(173,224,100); }
td.TdClassName
{
border-color: #ADE064;
}
.TagClassName
{
border-color: #ADE064;
}
</style>