Shades of Conifer #ADEB65
Tints of Conifer #ADEB65
RGB
CMYK
RGB Variations
Color information
#ADEB65 (or 0xADEB65) is known color: Conifer. HEX triplet: AD, EB and 65. RGB value is (173,235,101). Sum of RGB (Red+Green+Blue) = 173+235+101=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB65 is #52149A. Grayscale: #C9C9C9. Windows color (decimal): -5379227 or 6679469. OLE color: 6679469.
HSL color Cylindrical-coordinate representation of color #ADEB65: hue angle of 87.76º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADEB65 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 101 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.08 |
| HSL | 87.76º | 0.77% | 0.66% | - |
| HSV(B) | 87.76º | 0.57% | 0.92% | - |
| XYZ | 49.29 | 69.24 | 23.08 | - |
| YUV | 201.19 | 71.46 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 101 | 0.26 | 0 | 0.57 | 0.08 | 87.76 | 0.77 | 0.66 |
| Hex | AD | EB | 65 | 1A | 0 | 39 | 8 | 58 | 4D | 42 |
| Octal | 255 | 353 | 145 | 32 | 0 | 71 | 10 | 130 | 115 | 102 |
| Binary | 10101101 | 11101011 | 1100101 | 11010 | 0 | 111001 | 1000 | 1011000 | 1001101 | 1000010 |
Color Harmonies of #ADEB65
Complementary color
Monochromatic Colors of #ADEB65
Black with #ADEB65
Text Example
Text Example
White with #ADEB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB65; }
p { color: rgb(173,235,101); }
H1.HeaderClassName
{
color: #ADEB65;
}
.AnyTagClassName
{
color: #ADEB65;
}
</style>
background-color css
<style>
a { background-color: #ADEB65; }
a { background-color: rgb(173,235,101); }
div.DivClassName
{
background-color: #ADEB65;
}
.BgClassName
{
background-color: #ADEB65;
}
</style>
border-color css
<style>
span { border-color: #ADEB65; }
span { border-color: rgb(173,235,101); }
td.TdClassName
{
border-color: #ADEB65;
}
.TagClassName
{
border-color: #ADEB65;
}
</style>