Shades of Conifer #ADE266
Tints of Conifer #ADE266
RGB
CMYK
RGB Variations
Color information
#ADE266 (or 0xADE266) is known color: Conifer. HEX triplet: AD, E2 and 66. RGB value is (173,226,102). Sum of RGB (Red+Green+Blue) = 173+226+102=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE266 is #521D99. Grayscale: #C4C4C4. Windows color (decimal): -5381530 or 6742701. OLE color: 6742701.
HSL color Cylindrical-coordinate representation of color #ADE266: hue angle of 85.65º 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 #ADE266 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 102 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.11 |
| HSL | 85.65º | 0.68% | 0.64% | - |
| HSV(B) | 85.65º | 0.55% | 0.89% | - |
| XYZ | 46.83 | 64.24 | 22.5 | - |
| YUV | 196.02 | 74.94 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 102 | 0.23 | 0 | 0.55 | 0.11 | 85.65 | 0.68 | 0.64 |
| Hex | AD | E2 | 66 | 17 | 0 | 37 | B | 56 | 44 | 40 |
| Octal | 255 | 342 | 146 | 27 | 0 | 67 | 13 | 126 | 104 | 100 |
| Binary | 10101101 | 11100010 | 1100110 | 10111 | 0 | 110111 | 1011 | 1010110 | 1000100 | 1000000 |
Color Harmonies of #ADE266
Complementary color
Monochromatic Colors of #ADE266
Black with #ADE266
Text Example
Text Example
White with #ADE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE266; }
p { color: rgb(173,226,102); }
H1.HeaderClassName
{
color: #ADE266;
}
.AnyTagClassName
{
color: #ADE266;
}
</style>
background-color css
<style>
a { background-color: #ADE266; }
a { background-color: rgb(173,226,102); }
div.DivClassName
{
background-color: #ADE266;
}
.BgClassName
{
background-color: #ADE266;
}
</style>
border-color css
<style>
span { border-color: #ADE266; }
span { border-color: rgb(173,226,102); }
td.TdClassName
{
border-color: #ADE266;
}
.TagClassName
{
border-color: #ADE266;
}
</style>