Shades of Conifer #ADE960
Tints of Conifer #ADE960
RGB
CMYK
RGB Variations
Color information
#ADE960 (or 0xADE960) is known color: Conifer. HEX triplet: AD, E9 and 60. RGB value is (173,233,96). Sum of RGB (Red+Green+Blue) = 173+233+96=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE960 is #52169F. Grayscale: #C7C7C7. Windows color (decimal): -5379744 or 6351277. OLE color: 6351277.
HSL color Cylindrical-coordinate representation of color #ADE960: hue angle of 86.28º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADE960 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 96 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.09 |
| HSL | 86.28º | 0.76% | 0.65% | - |
| HSV(B) | 86.28º | 0.59% | 0.91% | - |
| XYZ | 48.48 | 68.01 | 21.64 | - |
| YUV | 199.44 | 69.62 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 96 | 0.26 | 0 | 0.59 | 0.09 | 86.28 | 0.76 | 0.65 |
| Hex | AD | E9 | 60 | 1A | 0 | 3B | 9 | 56 | 4C | 41 |
| Octal | 255 | 351 | 140 | 32 | 0 | 73 | 11 | 126 | 114 | 101 |
| Binary | 10101101 | 11101001 | 1100000 | 11010 | 0 | 111011 | 1001 | 1010110 | 1001100 | 1000001 |
Color Harmonies of #ADE960
Complementary color
Monochromatic Colors of #ADE960
Black with #ADE960
Text Example
Text Example
White with #ADE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE960; }
p { color: rgb(173,233,96); }
H1.HeaderClassName
{
color: #ADE960;
}
.AnyTagClassName
{
color: #ADE960;
}
</style>
background-color css
<style>
a { background-color: #ADE960; }
a { background-color: rgb(173,233,96); }
div.DivClassName
{
background-color: #ADE960;
}
.BgClassName
{
background-color: #ADE960;
}
</style>
border-color css
<style>
span { border-color: #ADE960; }
span { border-color: rgb(173,233,96); }
td.TdClassName
{
border-color: #ADE960;
}
.TagClassName
{
border-color: #ADE960;
}
</style>