Shades of Conifer #ADE268
Tints of Conifer #ADE268
RGB
CMYK
RGB Variations
Color information
#ADE268 (or 0xADE268) is known color: Conifer. HEX triplet: AD, E2 and 68. RGB value is (173,226,104). Sum of RGB (Red+Green+Blue) = 173+226+104=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE268 is #521D97. Grayscale: #C4C4C4. Windows color (decimal): -5381528 or 6873773. OLE color: 6873773.
HSL color Cylindrical-coordinate representation of color #ADE268: hue angle of 86.07º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADE268 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 104 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.11 |
| HSL | 86.07º | 0.68% | 0.65% | - |
| HSV(B) | 86.07º | 0.54% | 0.89% | - |
| XYZ | 46.93 | 64.28 | 23.03 | - |
| YUV | 196.25 | 75.94 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 104 | 0.23 | 0 | 0.54 | 0.11 | 86.07 | 0.68 | 0.65 |
| Hex | AD | E2 | 68 | 17 | 0 | 36 | B | 56 | 44 | 41 |
| Octal | 255 | 342 | 150 | 27 | 0 | 66 | 13 | 126 | 104 | 101 |
| Binary | 10101101 | 11100010 | 1101000 | 10111 | 0 | 110110 | 1011 | 1010110 | 1000100 | 1000001 |
Color Harmonies of #ADE268
Complementary color
Monochromatic Colors of #ADE268
Black with #ADE268
Text Example
Text Example
White with #ADE268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE268; }
p { color: rgb(173,226,104); }
H1.HeaderClassName
{
color: #ADE268;
}
.AnyTagClassName
{
color: #ADE268;
}
</style>
background-color css
<style>
a { background-color: #ADE268; }
a { background-color: rgb(173,226,104); }
div.DivClassName
{
background-color: #ADE268;
}
.BgClassName
{
background-color: #ADE268;
}
</style>
border-color css
<style>
span { border-color: #ADE268; }
span { border-color: rgb(173,226,104); }
td.TdClassName
{
border-color: #ADE268;
}
.TagClassName
{
border-color: #ADE268;
}
</style>