Shades of Conifer #ADE560
Tints of Conifer #ADE560
RGB
CMYK
RGB Variations
Color information
#ADE560 (or 0xADE560) is known color: Conifer. HEX triplet: AD, E5 and 60. RGB value is (173,229,96). Sum of RGB (Red+Green+Blue) = 173+229+96=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE560 is #521A9F. Grayscale: #C5C5C5. Windows color (decimal): -5380768 or 6350253. OLE color: 6350253.
HSL color Cylindrical-coordinate representation of color #ADE560: hue angle of 85.26º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADE560 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 96 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.10 |
| HSL | 85.26º | 0.72% | 0.64% | - |
| HSV(B) | 85.26º | 0.58% | 0.9% | - |
| XYZ | 47.36 | 65.77 | 21.26 | - |
| YUV | 197.09 | 70.95 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 96 | 0.24 | 0 | 0.58 | 0.10 | 85.26 | 0.72 | 0.64 |
| Hex | AD | E5 | 60 | 18 | 0 | 3A | A | 55 | 48 | 40 |
| Octal | 255 | 345 | 140 | 30 | 0 | 72 | 12 | 125 | 110 | 100 |
| Binary | 10101101 | 11100101 | 1100000 | 11000 | 0 | 111010 | 1010 | 1010101 | 1001000 | 1000000 |
Color Harmonies of #ADE560
Complementary color
Monochromatic Colors of #ADE560
Black with #ADE560
Text Example
Text Example
White with #ADE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE560; }
p { color: rgb(173,229,96); }
H1.HeaderClassName
{
color: #ADE560;
}
.AnyTagClassName
{
color: #ADE560;
}
</style>
background-color css
<style>
a { background-color: #ADE560; }
a { background-color: rgb(173,229,96); }
div.DivClassName
{
background-color: #ADE560;
}
.BgClassName
{
background-color: #ADE560;
}
</style>
border-color css
<style>
span { border-color: #ADE560; }
span { border-color: rgb(173,229,96); }
td.TdClassName
{
border-color: #ADE560;
}
.TagClassName
{
border-color: #ADE560;
}
</style>