Shades of Conifer #ADCE63
Tints of Conifer #ADCE63
RGB
CMYK
RGB Variations
Color information
#ADCE63 (or 0xADCE63) is known color: Conifer. HEX triplet: AD, CE and 63. RGB value is (173,206,99). Sum of RGB (Red+Green+Blue) = 173+206+99=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE63 is #52319C. Grayscale: #B8B8B8. Windows color (decimal): -5386653 or 6540973. OLE color: 6540973.
HSL color Cylindrical-coordinate representation of color #ADCE63: hue angle of 78.5º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADCE63 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 99 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.19 |
| HSL | 78.5º | 0.52% | 0.6% | - |
| HSV(B) | 78.5º | 0.52% | 0.81% | - |
| XYZ | 41.56 | 53.93 | 20.02 | - |
| YUV | 183.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 99 | 0.16 | 0 | 0.52 | 0.19 | 78.5 | 0.52 | 0.6 |
| Hex | AD | CE | 63 | 10 | 0 | 34 | 13 | 4F | 34 | 3C |
| Octal | 255 | 316 | 143 | 20 | 0 | 64 | 23 | 117 | 64 | 74 |
| Binary | 10101101 | 11001110 | 1100011 | 10000 | 0 | 110100 | 10011 | 1001111 | 110100 | 111100 |
Color Harmonies of #ADCE63
Complementary color
Monochromatic Colors of #ADCE63
Black with #ADCE63
Text Example
Text Example
White with #ADCE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE63; }
p { color: rgb(173,206,99); }
H1.HeaderClassName
{
color: #ADCE63;
}
.AnyTagClassName
{
color: #ADCE63;
}
</style>
background-color css
<style>
a { background-color: #ADCE63; }
a { background-color: rgb(173,206,99); }
div.DivClassName
{
background-color: #ADCE63;
}
.BgClassName
{
background-color: #ADCE63;
}
</style>
border-color css
<style>
span { border-color: #ADCE63; }
span { border-color: rgb(173,206,99); }
td.TdClassName
{
border-color: #ADCE63;
}
.TagClassName
{
border-color: #ADCE63;
}
</style>