Shades of Conifer #ADE455
Tints of Conifer #ADE455
RGB
CMYK
RGB Variations
Color information
#ADE455 (or 0xADE455) is known color: Conifer. HEX triplet: AD, E4 and 55. RGB value is (173,228,85). Sum of RGB (Red+Green+Blue) = 173+228+85=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE455 is #521BAA. Grayscale: #C3C3C3. Windows color (decimal): -5381035 or 5629101. OLE color: 5629101.
HSL color Cylindrical-coordinate representation of color #ADE455: hue angle of 83.08º degrees, saturation: 0.73, 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 #ADE455 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 85 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.11 |
| HSL | 83.08º | 0.73% | 0.61% | - |
| HSV(B) | 83.08º | 0.63% | 0.89% | - |
| XYZ | 46.62 | 65.03 | 18.69 | - |
| YUV | 195.25 | 65.78 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 85 | 0.24 | 0 | 0.63 | 0.11 | 83.08 | 0.73 | 0.61 |
| Hex | AD | E4 | 55 | 18 | 0 | 3F | B | 53 | 49 | 3D |
| Octal | 255 | 344 | 125 | 30 | 0 | 77 | 13 | 123 | 111 | 75 |
| Binary | 10101101 | 11100100 | 1010101 | 11000 | 0 | 111111 | 1011 | 1010011 | 1001001 | 111101 |
Color Harmonies of #ADE455
Complementary color
Monochromatic Colors of #ADE455
Black with #ADE455
Text Example
Text Example
White with #ADE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE455; }
p { color: rgb(173,228,85); }
H1.HeaderClassName
{
color: #ADE455;
}
.AnyTagClassName
{
color: #ADE455;
}
</style>
background-color css
<style>
a { background-color: #ADE455; }
a { background-color: rgb(173,228,85); }
div.DivClassName
{
background-color: #ADE455;
}
.BgClassName
{
background-color: #ADE455;
}
</style>
border-color css
<style>
span { border-color: #ADE455; }
span { border-color: rgb(173,228,85); }
td.TdClassName
{
border-color: #ADE455;
}
.TagClassName
{
border-color: #ADE455;
}
</style>