Shades of Conifer #ADED6C
Tints of Conifer #ADED6C
RGB
CMYK
RGB Variations
Color information
#ADED6C (or 0xADED6C) is known color: Conifer. HEX triplet: AD, ED and 6C. RGB value is (173,237,108). Sum of RGB (Red+Green+Blue) = 173+237+108=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADED6C is #521293. Grayscale: #CBCBCB. Windows color (decimal): -5378708 or 7138733. OLE color: 7138733.
HSL color Cylindrical-coordinate representation of color #ADED6C: hue angle of 89.77º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADED6C is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 108 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.07 |
| HSL | 89.77º | 0.78% | 0.68% | - |
| HSV(B) | 89.77º | 0.54% | 0.93% | - |
| XYZ | 50.22 | 70.54 | 25.15 | - |
| YUV | 203.16 | 74.3 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 108 | 0.27 | 0 | 0.54 | 0.07 | 89.77 | 0.78 | 0.68 |
| Hex | AD | ED | 6C | 1B | 0 | 36 | 7 | 5A | 4E | 44 |
| Octal | 255 | 355 | 154 | 33 | 0 | 66 | 7 | 132 | 116 | 104 |
| Binary | 10101101 | 11101101 | 1101100 | 11011 | 0 | 110110 | 111 | 1011010 | 1001110 | 1000100 |
Color Harmonies of #ADED6C
Complementary color
Monochromatic Colors of #ADED6C
Black with #ADED6C
Text Example
Text Example
White with #ADED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADED6C; }
p { color: rgb(173,237,108); }
H1.HeaderClassName
{
color: #ADED6C;
}
.AnyTagClassName
{
color: #ADED6C;
}
</style>
background-color css
<style>
a { background-color: #ADED6C; }
a { background-color: rgb(173,237,108); }
div.DivClassName
{
background-color: #ADED6C;
}
.BgClassName
{
background-color: #ADED6C;
}
</style>
border-color css
<style>
span { border-color: #ADED6C; }
span { border-color: rgb(173,237,108); }
td.TdClassName
{
border-color: #ADED6C;
}
.TagClassName
{
border-color: #ADED6C;
}
</style>