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