Shades of Conifer #ADE068
Tints of Conifer #ADE068
RGB
CMYK
RGB Variations
Color information
#ADE068 (or 0xADE068) is known color: Conifer. HEX triplet: AD, E0 and 68. RGB value is (173,224,104). Sum of RGB (Red+Green+Blue) = 173+224+104=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE068 is #521F97. Grayscale: #C3C3C3. Windows color (decimal): -5382040 or 6873261. OLE color: 6873261.
HSL color Cylindrical-coordinate representation of color #ADE068: hue angle of 85.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADE068 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 104 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.12 |
| HSL | 85.5º | 0.66% | 0.64% | - |
| HSV(B) | 85.5º | 0.54% | 0.88% | - |
| XYZ | 46.39 | 63.2 | 22.85 | - |
| YUV | 195.07 | 76.6 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 104 | 0.23 | 0 | 0.54 | 0.12 | 85.5 | 0.66 | 0.64 |
| Hex | AD | E0 | 68 | 17 | 0 | 36 | C | 56 | 42 | 40 |
| Octal | 255 | 340 | 150 | 27 | 0 | 66 | 14 | 126 | 102 | 100 |
| Binary | 10101101 | 11100000 | 1101000 | 10111 | 0 | 110110 | 1100 | 1010110 | 1000010 | 1000000 |
Color Harmonies of #ADE068
Complementary color
Monochromatic Colors of #ADE068
Black with #ADE068
Text Example
Text Example
White with #ADE068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE068; }
p { color: rgb(173,224,104); }
H1.HeaderClassName
{
color: #ADE068;
}
.AnyTagClassName
{
color: #ADE068;
}
</style>
background-color css
<style>
a { background-color: #ADE068; }
a { background-color: rgb(173,224,104); }
div.DivClassName
{
background-color: #ADE068;
}
.BgClassName
{
background-color: #ADE068;
}
</style>
border-color css
<style>
span { border-color: #ADE068; }
span { border-color: rgb(173,224,104); }
td.TdClassName
{
border-color: #ADE068;
}
.TagClassName
{
border-color: #ADE068;
}
</style>