Shades of Conifer #ADE869
Tints of Conifer #ADE869
RGB
CMYK
RGB Variations
Color information
#ADE869 (or 0xADE869) is known color: Conifer. HEX triplet: AD, E8 and 69. RGB value is (173,232,105). Sum of RGB (Red+Green+Blue) = 173+232+105=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE869 is #521796. Grayscale: #C8C8C8. Windows color (decimal): -5379991 or 6940845. OLE color: 6940845.
HSL color Cylindrical-coordinate representation of color #ADE869: hue angle of 87.87º degrees, saturation: 0.73, 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 #ADE869 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 105 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.09 |
| HSL | 87.87º | 0.73% | 0.66% | - |
| HSV(B) | 87.87º | 0.55% | 0.91% | - |
| XYZ | 48.64 | 67.62 | 23.85 | - |
| YUV | 199.88 | 74.45 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 105 | 0.25 | 0 | 0.55 | 0.09 | 87.87 | 0.73 | 0.66 |
| Hex | AD | E8 | 69 | 19 | 0 | 37 | 9 | 58 | 49 | 42 |
| Octal | 255 | 350 | 151 | 31 | 0 | 67 | 11 | 130 | 111 | 102 |
| Binary | 10101101 | 11101000 | 1101001 | 11001 | 0 | 110111 | 1001 | 1011000 | 1001001 | 1000010 |
Color Harmonies of #ADE869
Complementary color
Monochromatic Colors of #ADE869
Black with #ADE869
Text Example
Text Example
White with #ADE869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE869; }
p { color: rgb(173,232,105); }
H1.HeaderClassName
{
color: #ADE869;
}
.AnyTagClassName
{
color: #ADE869;
}
</style>
background-color css
<style>
a { background-color: #ADE869; }
a { background-color: rgb(173,232,105); }
div.DivClassName
{
background-color: #ADE869;
}
.BgClassName
{
background-color: #ADE869;
}
</style>
border-color css
<style>
span { border-color: #ADE869; }
span { border-color: rgb(173,232,105); }
td.TdClassName
{
border-color: #ADE869;
}
.TagClassName
{
border-color: #ADE869;
}
</style>