Shades of Conifer #ADE855
Tints of Conifer #ADE855
RGB
CMYK
RGB Variations
Color information
#ADE855 (or 0xADE855) is known color: Conifer. HEX triplet: AD, E8 and 55. RGB value is (173,232,85). Sum of RGB (Red+Green+Blue) = 173+232+85=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE855 is #5217AA. Grayscale: #C6C6C6. Windows color (decimal): -5380011 or 5630125. OLE color: 5630125.
HSL color Cylindrical-coordinate representation of color #ADE855: hue angle of 84.08º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADE855 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 85 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.09 |
| HSL | 84.08º | 0.76% | 0.62% | - |
| HSV(B) | 84.08º | 0.63% | 0.91% | - |
| XYZ | 47.73 | 67.25 | 19.06 | - |
| YUV | 197.6 | 64.45 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 85 | 0.25 | 0 | 0.63 | 0.09 | 84.08 | 0.76 | 0.62 |
| Hex | AD | E8 | 55 | 19 | 0 | 3F | 9 | 54 | 4C | 3E |
| Octal | 255 | 350 | 125 | 31 | 0 | 77 | 11 | 124 | 114 | 76 |
| Binary | 10101101 | 11101000 | 1010101 | 11001 | 0 | 111111 | 1001 | 1010100 | 1001100 | 111110 |
Color Harmonies of #ADE855
Complementary color
Monochromatic Colors of #ADE855
Black with #ADE855
Text Example
Text Example
White with #ADE855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE855; }
p { color: rgb(173,232,85); }
H1.HeaderClassName
{
color: #ADE855;
}
.AnyTagClassName
{
color: #ADE855;
}
</style>
background-color css
<style>
a { background-color: #ADE855; }
a { background-color: rgb(173,232,85); }
div.DivClassName
{
background-color: #ADE855;
}
.BgClassName
{
background-color: #ADE855;
}
</style>
border-color css
<style>
span { border-color: #ADE855; }
span { border-color: rgb(173,232,85); }
td.TdClassName
{
border-color: #ADE855;
}
.TagClassName
{
border-color: #ADE855;
}
</style>