Shades of Conifer #ADE261
Tints of Conifer #ADE261
RGB
CMYK
RGB Variations
Color information
#ADE261 (or 0xADE261) is known color: Conifer. HEX triplet: AD, E2 and 61. RGB value is (173,226,97). Sum of RGB (Red+Green+Blue) = 173+226+97=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE261 is #521D9E. Grayscale: #C3C3C3. Windows color (decimal): -5381535 or 6415021. OLE color: 6415021.
HSL color Cylindrical-coordinate representation of color #ADE261: hue angle of 84.65º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADE261 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 97 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.11 |
| HSL | 84.65º | 0.69% | 0.63% | - |
| HSV(B) | 84.65º | 0.57% | 0.89% | - |
| XYZ | 46.59 | 64.14 | 21.23 | - |
| YUV | 195.45 | 72.44 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 97 | 0.23 | 0 | 0.57 | 0.11 | 84.65 | 0.69 | 0.63 |
| Hex | AD | E2 | 61 | 17 | 0 | 39 | B | 55 | 45 | 3F |
| Octal | 255 | 342 | 141 | 27 | 0 | 71 | 13 | 125 | 105 | 77 |
| Binary | 10101101 | 11100010 | 1100001 | 10111 | 0 | 111001 | 1011 | 1010101 | 1000101 | 111111 |
Color Harmonies of #ADE261
Complementary color
Monochromatic Colors of #ADE261
Black with #ADE261
Text Example
Text Example
White with #ADE261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE261; }
p { color: rgb(173,226,97); }
H1.HeaderClassName
{
color: #ADE261;
}
.AnyTagClassName
{
color: #ADE261;
}
</style>
background-color css
<style>
a { background-color: #ADE261; }
a { background-color: rgb(173,226,97); }
div.DivClassName
{
background-color: #ADE261;
}
.BgClassName
{
background-color: #ADE261;
}
</style>
border-color css
<style>
span { border-color: #ADE261; }
span { border-color: rgb(173,226,97); }
td.TdClassName
{
border-color: #ADE261;
}
.TagClassName
{
border-color: #ADE261;
}
</style>