Shades of Conifer #ADE364
Tints of Conifer #ADE364
RGB
CMYK
RGB Variations
Color information
#ADE364 (or 0xADE364) is known color: Conifer. HEX triplet: AD, E3 and 64. RGB value is (173,227,100). Sum of RGB (Red+Green+Blue) = 173+227+100=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE364 is #521C9B. Grayscale: #C4C4C4. Windows color (decimal): -5381276 or 6611885. OLE color: 6611885.
HSL color Cylindrical-coordinate representation of color #ADE364: hue angle of 85.51º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADE364 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 100 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.11 |
| HSL | 85.51º | 0.69% | 0.64% | - |
| HSV(B) | 85.51º | 0.56% | 0.89% | - |
| XYZ | 47 | 64.74 | 22.08 | - |
| YUV | 196.38 | 73.61 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 100 | 0.24 | 0 | 0.56 | 0.11 | 85.51 | 0.69 | 0.64 |
| Hex | AD | E3 | 64 | 18 | 0 | 38 | B | 56 | 45 | 40 |
| Octal | 255 | 343 | 144 | 30 | 0 | 70 | 13 | 126 | 105 | 100 |
| Binary | 10101101 | 11100011 | 1100100 | 11000 | 0 | 111000 | 1011 | 1010110 | 1000101 | 1000000 |
Color Harmonies of #ADE364
Complementary color
Monochromatic Colors of #ADE364
Black with #ADE364
Text Example
Text Example
White with #ADE364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE364; }
p { color: rgb(173,227,100); }
H1.HeaderClassName
{
color: #ADE364;
}
.AnyTagClassName
{
color: #ADE364;
}
</style>
background-color css
<style>
a { background-color: #ADE364; }
a { background-color: rgb(173,227,100); }
div.DivClassName
{
background-color: #ADE364;
}
.BgClassName
{
background-color: #ADE364;
}
</style>
border-color css
<style>
span { border-color: #ADE364; }
span { border-color: rgb(173,227,100); }
td.TdClassName
{
border-color: #ADE364;
}
.TagClassName
{
border-color: #ADE364;
}
</style>