Shades of Conifer #ADE564
Tints of Conifer #ADE564
RGB
CMYK
RGB Variations
Color information
#ADE564 (or 0xADE564) is known color: Conifer. HEX triplet: AD, E5 and 64. RGB value is (173,229,100). Sum of RGB (Red+Green+Blue) = 173+229+100=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE564 is #521A9B. Grayscale: #C6C6C6. Windows color (decimal): -5380764 or 6612397. OLE color: 6612397.
HSL color Cylindrical-coordinate representation of color #ADE564: hue angle of 86.05º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADE564 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 100 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.10 |
| HSL | 86.05º | 0.71% | 0.65% | - |
| HSV(B) | 86.05º | 0.56% | 0.9% | - |
| XYZ | 47.55 | 65.84 | 22.26 | - |
| YUV | 197.55 | 72.95 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 100 | 0.24 | 0 | 0.56 | 0.10 | 86.05 | 0.71 | 0.65 |
| Hex | AD | E5 | 64 | 18 | 0 | 38 | A | 56 | 47 | 41 |
| Octal | 255 | 345 | 144 | 30 | 0 | 70 | 12 | 126 | 107 | 101 |
| Binary | 10101101 | 11100101 | 1100100 | 11000 | 0 | 111000 | 1010 | 1010110 | 1000111 | 1000001 |
Color Harmonies of #ADE564
Complementary color
Monochromatic Colors of #ADE564
Black with #ADE564
Text Example
Text Example
White with #ADE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE564; }
p { color: rgb(173,229,100); }
H1.HeaderClassName
{
color: #ADE564;
}
.AnyTagClassName
{
color: #ADE564;
}
</style>
background-color css
<style>
a { background-color: #ADE564; }
a { background-color: rgb(173,229,100); }
div.DivClassName
{
background-color: #ADE564;
}
.BgClassName
{
background-color: #ADE564;
}
</style>
border-color css
<style>
span { border-color: #ADE564; }
span { border-color: rgb(173,229,100); }
td.TdClassName
{
border-color: #ADE564;
}
.TagClassName
{
border-color: #ADE564;
}
</style>