Shades of Conifer #ADEB64
Tints of Conifer #ADEB64
RGB
CMYK
RGB Variations
Color information
#ADEB64 (or 0xADEB64) is known color: Conifer. HEX triplet: AD, EB and 64. RGB value is (173,235,100). Sum of RGB (Red+Green+Blue) = 173+235+100=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB64 is #52149B. Grayscale: #C9C9C9. Windows color (decimal): -5379228 or 6613933. OLE color: 6613933.
HSL color Cylindrical-coordinate representation of color #ADEB64: hue angle of 87.56º 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 #ADEB64 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 100 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.08 |
| HSL | 87.56º | 0.77% | 0.66% | - |
| HSV(B) | 87.56º | 0.57% | 0.92% | - |
| XYZ | 49.24 | 69.22 | 22.82 | - |
| YUV | 201.07 | 70.96 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 100 | 0.26 | 0 | 0.57 | 0.08 | 87.56 | 0.77 | 0.66 |
| Hex | AD | EB | 64 | 1A | 0 | 39 | 8 | 58 | 4D | 42 |
| Octal | 255 | 353 | 144 | 32 | 0 | 71 | 10 | 130 | 115 | 102 |
| Binary | 10101101 | 11101011 | 1100100 | 11010 | 0 | 111001 | 1000 | 1011000 | 1001101 | 1000010 |
Color Harmonies of #ADEB64
Complementary color
Monochromatic Colors of #ADEB64
Black with #ADEB64
Text Example
Text Example
White with #ADEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB64; }
p { color: rgb(173,235,100); }
H1.HeaderClassName
{
color: #ADEB64;
}
.AnyTagClassName
{
color: #ADEB64;
}
</style>
background-color css
<style>
a { background-color: #ADEB64; }
a { background-color: rgb(173,235,100); }
div.DivClassName
{
background-color: #ADEB64;
}
.BgClassName
{
background-color: #ADEB64;
}
</style>
border-color css
<style>
span { border-color: #ADEB64; }
span { border-color: rgb(173,235,100); }
td.TdClassName
{
border-color: #ADEB64;
}
.TagClassName
{
border-color: #ADEB64;
}
</style>