Shades of Conifer #ADE26C
Tints of Conifer #ADE26C
RGB
CMYK
RGB Variations
Color information
#ADE26C (or 0xADE26C) is known color: Conifer. HEX triplet: AD, E2 and 6C. RGB value is (173,226,108). Sum of RGB (Red+Green+Blue) = 173+226+108=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE26C is #521D93. Grayscale: #C5C5C5. Windows color (decimal): -5381524 or 7135917. OLE color: 7135917.
HSL color Cylindrical-coordinate representation of color #ADE26C: hue angle of 86.95º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADE26C is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 108 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.11 |
| HSL | 86.95º | 0.67% | 0.65% | - |
| HSV(B) | 86.95º | 0.52% | 0.89% | - |
| XYZ | 47.14 | 64.36 | 24.13 | - |
| YUV | 196.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 108 | 0.23 | 0 | 0.52 | 0.11 | 86.95 | 0.67 | 0.65 |
| Hex | AD | E2 | 6C | 17 | 0 | 34 | B | 57 | 43 | 41 |
| Octal | 255 | 342 | 154 | 27 | 0 | 64 | 13 | 127 | 103 | 101 |
| Binary | 10101101 | 11100010 | 1101100 | 10111 | 0 | 110100 | 1011 | 1010111 | 1000011 | 1000001 |
Color Harmonies of #ADE26C
Complementary color
Monochromatic Colors of #ADE26C
Black with #ADE26C
Text Example
Text Example
White with #ADE26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE26C; }
p { color: rgb(173,226,108); }
H1.HeaderClassName
{
color: #ADE26C;
}
.AnyTagClassName
{
color: #ADE26C;
}
</style>
background-color css
<style>
a { background-color: #ADE26C; }
a { background-color: rgb(173,226,108); }
div.DivClassName
{
background-color: #ADE26C;
}
.BgClassName
{
background-color: #ADE26C;
}
</style>
border-color css
<style>
span { border-color: #ADE26C; }
span { border-color: rgb(173,226,108); }
td.TdClassName
{
border-color: #ADE26C;
}
.TagClassName
{
border-color: #ADE26C;
}
</style>