Shades of Conifer #ADE86B
Tints of Conifer #ADE86B
RGB
CMYK
RGB Variations
Color information
#ADE86B (or 0xADE86B) is known color: Conifer. HEX triplet: AD, E8 and 6B. RGB value is (173,232,107). Sum of RGB (Red+Green+Blue) = 173+232+107=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE86B is #521794. Grayscale: #C8C8C8. Windows color (decimal): -5379989 or 7071917. OLE color: 7071917.
HSL color Cylindrical-coordinate representation of color #ADE86B: hue angle of 88.32º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADE86B is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 107 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.09 |
| HSL | 88.32º | 0.73% | 0.66% | - |
| HSV(B) | 88.32º | 0.54% | 0.91% | - |
| XYZ | 48.74 | 67.66 | 24.4 | - |
| YUV | 200.11 | 75.45 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 107 | 0.25 | 0 | 0.54 | 0.09 | 88.32 | 0.73 | 0.66 |
| Hex | AD | E8 | 6B | 19 | 0 | 36 | 9 | 58 | 49 | 42 |
| Octal | 255 | 350 | 153 | 31 | 0 | 66 | 11 | 130 | 111 | 102 |
| Binary | 10101101 | 11101000 | 1101011 | 11001 | 0 | 110110 | 1001 | 1011000 | 1001001 | 1000010 |
Color Harmonies of #ADE86B
Complementary color
Monochromatic Colors of #ADE86B
Black with #ADE86B
Text Example
Text Example
White with #ADE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE86B; }
p { color: rgb(173,232,107); }
H1.HeaderClassName
{
color: #ADE86B;
}
.AnyTagClassName
{
color: #ADE86B;
}
</style>
background-color css
<style>
a { background-color: #ADE86B; }
a { background-color: rgb(173,232,107); }
div.DivClassName
{
background-color: #ADE86B;
}
.BgClassName
{
background-color: #ADE86B;
}
</style>
border-color css
<style>
span { border-color: #ADE86B; }
span { border-color: rgb(173,232,107); }
td.TdClassName
{
border-color: #ADE86B;
}
.TagClassName
{
border-color: #ADE86B;
}
</style>