Shades of Conifer #ADE053
Tints of Conifer #ADE053
RGB
CMYK
RGB Variations
Color information
#ADE053 (or 0xADE053) is known color: Conifer. HEX triplet: AD, E0 and 53. RGB value is (173,224,83). Sum of RGB (Red+Green+Blue) = 173+224+83=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE053 is #521FAC. Grayscale: #C1C1C1. Windows color (decimal): -5382061 or 5497005. OLE color: 5497005.
HSL color Cylindrical-coordinate representation of color #ADE053: hue angle of 81.7º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADE053 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 83 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.12 |
| HSL | 81.7º | 0.69% | 0.6% | - |
| HSV(B) | 81.7º | 0.63% | 0.88% | - |
| XYZ | 45.45 | 62.82 | 17.91 | - |
| YUV | 192.68 | 66.1 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 83 | 0.23 | 0 | 0.63 | 0.12 | 81.7 | 0.69 | 0.6 |
| Hex | AD | E0 | 53 | 17 | 0 | 3F | C | 52 | 45 | 3C |
| Octal | 255 | 340 | 123 | 27 | 0 | 77 | 14 | 122 | 105 | 74 |
| Binary | 10101101 | 11100000 | 1010011 | 10111 | 0 | 111111 | 1100 | 1010010 | 1000101 | 111100 |
Color Harmonies of #ADE053
Complementary color
Monochromatic Colors of #ADE053
Black with #ADE053
Text Example
Text Example
White with #ADE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE053; }
p { color: rgb(173,224,83); }
H1.HeaderClassName
{
color: #ADE053;
}
.AnyTagClassName
{
color: #ADE053;
}
</style>
background-color css
<style>
a { background-color: #ADE053; }
a { background-color: rgb(173,224,83); }
div.DivClassName
{
background-color: #ADE053;
}
.BgClassName
{
background-color: #ADE053;
}
</style>
border-color css
<style>
span { border-color: #ADE053; }
span { border-color: rgb(173,224,83); }
td.TdClassName
{
border-color: #ADE053;
}
.TagClassName
{
border-color: #ADE053;
}
</style>