Shades of Conifer #ADE968
Tints of Conifer #ADE968
RGB
CMYK
RGB Variations
Color information
#ADE968 (or 0xADE968) is known color: Conifer. HEX triplet: AD, E9 and 68. RGB value is (173,233,104). Sum of RGB (Red+Green+Blue) = 173+233+104=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE968 is #521697. Grayscale: #C8C8C8. Windows color (decimal): -5379736 or 6875565. OLE color: 6875565.
HSL color Cylindrical-coordinate representation of color #ADE968: hue angle of 87.91º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADE968 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 104 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.09 |
| HSL | 87.91º | 0.75% | 0.66% | - |
| HSV(B) | 87.91º | 0.55% | 0.91% | - |
| XYZ | 48.87 | 68.16 | 23.68 | - |
| YUV | 200.35 | 73.62 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 104 | 0.26 | 0 | 0.55 | 0.09 | 87.91 | 0.75 | 0.66 |
| Hex | AD | E9 | 68 | 1A | 0 | 37 | 9 | 58 | 4B | 42 |
| Octal | 255 | 351 | 150 | 32 | 0 | 67 | 11 | 130 | 113 | 102 |
| Binary | 10101101 | 11101001 | 1101000 | 11010 | 0 | 110111 | 1001 | 1011000 | 1001011 | 1000010 |
Color Harmonies of #ADE968
Complementary color
Monochromatic Colors of #ADE968
Black with #ADE968
Text Example
Text Example
White with #ADE968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE968; }
p { color: rgb(173,233,104); }
H1.HeaderClassName
{
color: #ADE968;
}
.AnyTagClassName
{
color: #ADE968;
}
</style>
background-color css
<style>
a { background-color: #ADE968; }
a { background-color: rgb(173,233,104); }
div.DivClassName
{
background-color: #ADE968;
}
.BgClassName
{
background-color: #ADE968;
}
</style>
border-color css
<style>
span { border-color: #ADE968; }
span { border-color: rgb(173,233,104); }
td.TdClassName
{
border-color: #ADE968;
}
.TagClassName
{
border-color: #ADE968;
}
</style>