Shades of Conifer #ADE355
Tints of Conifer #ADE355
RGB
CMYK
RGB Variations
Color information
#ADE355 (or 0xADE355) is known color: Conifer. HEX triplet: AD, E3 and 55. RGB value is (173,227,85). Sum of RGB (Red+Green+Blue) = 173+227+85=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE355 is #521CAA. Grayscale: #C3C3C3. Windows color (decimal): -5381291 or 5628845. OLE color: 5628845.
HSL color Cylindrical-coordinate representation of color #ADE355: hue angle of 82.82º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADE355 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 85 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.11 |
| HSL | 82.82º | 0.72% | 0.61% | - |
| HSV(B) | 82.82º | 0.63% | 0.89% | - |
| XYZ | 46.34 | 64.48 | 18.6 | - |
| YUV | 194.67 | 66.11 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 85 | 0.24 | 0 | 0.63 | 0.11 | 82.82 | 0.72 | 0.61 |
| Hex | AD | E3 | 55 | 18 | 0 | 3F | B | 53 | 48 | 3D |
| Octal | 255 | 343 | 125 | 30 | 0 | 77 | 13 | 123 | 110 | 75 |
| Binary | 10101101 | 11100011 | 1010101 | 11000 | 0 | 111111 | 1011 | 1010011 | 1001000 | 111101 |
Color Harmonies of #ADE355
Complementary color
Monochromatic Colors of #ADE355
Black with #ADE355
Text Example
Text Example
White with #ADE355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE355; }
p { color: rgb(173,227,85); }
H1.HeaderClassName
{
color: #ADE355;
}
.AnyTagClassName
{
color: #ADE355;
}
</style>
background-color css
<style>
a { background-color: #ADE355; }
a { background-color: rgb(173,227,85); }
div.DivClassName
{
background-color: #ADE355;
}
.BgClassName
{
background-color: #ADE355;
}
</style>
border-color css
<style>
span { border-color: #ADE355; }
span { border-color: rgb(173,227,85); }
td.TdClassName
{
border-color: #ADE355;
}
.TagClassName
{
border-color: #ADE355;
}
</style>