Shades of Conifer #ADE26D
Tints of Conifer #ADE26D
RGB
CMYK
RGB Variations
Color information
#ADE26D (or 0xADE26D) is known color: Conifer. HEX triplet: AD, E2 and 6D. RGB value is (173,226,109). Sum of RGB (Red+Green+Blue) = 173+226+109=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE26D is #521D92. Grayscale: #C5C5C5. Windows color (decimal): -5381523 or 7201453. OLE color: 7201453.
HSL color Cylindrical-coordinate representation of color #ADE26D: hue angle of 87.18º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADE26D is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 109 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.11 |
| HSL | 87.18º | 0.67% | 0.66% | - |
| HSV(B) | 87.18º | 0.52% | 0.89% | - |
| XYZ | 47.19 | 64.38 | 24.41 | - |
| YUV | 196.82 | 78.44 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 109 | 0.23 | 0 | 0.52 | 0.11 | 87.18 | 0.67 | 0.66 |
| Hex | AD | E2 | 6D | 17 | 0 | 34 | B | 57 | 43 | 42 |
| Octal | 255 | 342 | 155 | 27 | 0 | 64 | 13 | 127 | 103 | 102 |
| Binary | 10101101 | 11100010 | 1101101 | 10111 | 0 | 110100 | 1011 | 1010111 | 1000011 | 1000010 |
Color Harmonies of #ADE26D
Complementary color
Monochromatic Colors of #ADE26D
Black with #ADE26D
Text Example
Text Example
White with #ADE26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE26D; }
p { color: rgb(173,226,109); }
H1.HeaderClassName
{
color: #ADE26D;
}
.AnyTagClassName
{
color: #ADE26D;
}
</style>
background-color css
<style>
a { background-color: #ADE26D; }
a { background-color: rgb(173,226,109); }
div.DivClassName
{
background-color: #ADE26D;
}
.BgClassName
{
background-color: #ADE26D;
}
</style>
border-color css
<style>
span { border-color: #ADE26D; }
span { border-color: rgb(173,226,109); }
td.TdClassName
{
border-color: #ADE26D;
}
.TagClassName
{
border-color: #ADE26D;
}
</style>