Shades of Conifer #ADE260
Tints of Conifer #ADE260
RGB
CMYK
RGB Variations
Color information
#ADE260 (or 0xADE260) is known color: Conifer. HEX triplet: AD, E2 and 60. RGB value is (173,226,96). Sum of RGB (Red+Green+Blue) = 173+226+96=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE260 is #521D9F. Grayscale: #C3C3C3. Windows color (decimal): -5381536 or 6349485. OLE color: 6349485.
HSL color Cylindrical-coordinate representation of color #ADE260: hue angle of 84.46º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADE260 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 96 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.11 |
| HSL | 84.46º | 0.69% | 0.63% | - |
| HSV(B) | 84.46º | 0.58% | 0.89% | - |
| XYZ | 46.54 | 64.12 | 20.99 | - |
| YUV | 195.33 | 71.94 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 96 | 0.23 | 0 | 0.58 | 0.11 | 84.46 | 0.69 | 0.63 |
| Hex | AD | E2 | 60 | 17 | 0 | 3A | B | 54 | 45 | 3F |
| Octal | 255 | 342 | 140 | 27 | 0 | 72 | 13 | 124 | 105 | 77 |
| Binary | 10101101 | 11100010 | 1100000 | 10111 | 0 | 111010 | 1011 | 1010100 | 1000101 | 111111 |
Color Harmonies of #ADE260
Complementary color
Monochromatic Colors of #ADE260
Black with #ADE260
Text Example
Text Example
White with #ADE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE260; }
p { color: rgb(173,226,96); }
H1.HeaderClassName
{
color: #ADE260;
}
.AnyTagClassName
{
color: #ADE260;
}
</style>
background-color css
<style>
a { background-color: #ADE260; }
a { background-color: rgb(173,226,96); }
div.DivClassName
{
background-color: #ADE260;
}
.BgClassName
{
background-color: #ADE260;
}
</style>
border-color css
<style>
span { border-color: #ADE260; }
span { border-color: rgb(173,226,96); }
td.TdClassName
{
border-color: #ADE260;
}
.TagClassName
{
border-color: #ADE260;
}
</style>