Shades of Conifer #ADE265
Tints of Conifer #ADE265
RGB
CMYK
RGB Variations
Color information
#ADE265 (or 0xADE265) is known color: Conifer. HEX triplet: AD, E2 and 65. RGB value is (173,226,101). Sum of RGB (Red+Green+Blue) = 173+226+101=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE265 is #521D9A. Grayscale: #C4C4C4. Windows color (decimal): -5381531 or 6677165. OLE color: 6677165.
HSL color Cylindrical-coordinate representation of color #ADE265: hue angle of 85.44º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADE265 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 101 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.11 |
| HSL | 85.44º | 0.68% | 0.64% | - |
| HSV(B) | 85.44º | 0.55% | 0.89% | - |
| XYZ | 46.78 | 64.22 | 22.24 | - |
| YUV | 195.9 | 74.44 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 101 | 0.23 | 0 | 0.55 | 0.11 | 85.44 | 0.68 | 0.64 |
| Hex | AD | E2 | 65 | 17 | 0 | 37 | B | 55 | 44 | 40 |
| Octal | 255 | 342 | 145 | 27 | 0 | 67 | 13 | 125 | 104 | 100 |
| Binary | 10101101 | 11100010 | 1100101 | 10111 | 0 | 110111 | 1011 | 1010101 | 1000100 | 1000000 |
Color Harmonies of #ADE265
Complementary color
Monochromatic Colors of #ADE265
Black with #ADE265
Text Example
Text Example
White with #ADE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE265; }
p { color: rgb(173,226,101); }
H1.HeaderClassName
{
color: #ADE265;
}
.AnyTagClassName
{
color: #ADE265;
}
</style>
background-color css
<style>
a { background-color: #ADE265; }
a { background-color: rgb(173,226,101); }
div.DivClassName
{
background-color: #ADE265;
}
.BgClassName
{
background-color: #ADE265;
}
</style>
border-color css
<style>
span { border-color: #ADE265; }
span { border-color: rgb(173,226,101); }
td.TdClassName
{
border-color: #ADE265;
}
.TagClassName
{
border-color: #ADE265;
}
</style>