Shades of Conifer #ADE050
Tints of Conifer #ADE050
RGB
CMYK
RGB Variations
Color information
#ADE050 (or 0xADE050) is known color: Conifer. HEX triplet: AD, E0 and 50. RGB value is (173,224,80). Sum of RGB (Red+Green+Blue) = 173+224+80=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE050 is #521FAF. Grayscale: #C0C0C0. Windows color (decimal): -5382064 or 5300397. OLE color: 5300397.
HSL color Cylindrical-coordinate representation of color #ADE050: hue angle of 81.25º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADE050 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 80 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.12 |
| HSL | 81.25º | 0.7% | 0.6% | - |
| HSV(B) | 81.25º | 0.64% | 0.88% | - |
| XYZ | 45.34 | 62.77 | 17.32 | - |
| YUV | 192.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 80 | 0.23 | 0 | 0.64 | 0.12 | 81.25 | 0.7 | 0.6 |
| Hex | AD | E0 | 50 | 17 | 0 | 40 | C | 51 | 46 | 3C |
| Octal | 255 | 340 | 120 | 27 | 0 | 100 | 14 | 121 | 106 | 74 |
| Binary | 10101101 | 11100000 | 1010000 | 10111 | 0 | 1000000 | 1100 | 1010001 | 1000110 | 111100 |
Color Harmonies of #ADE050
Complementary color
Monochromatic Colors of #ADE050
Black with #ADE050
Text Example
Text Example
White with #ADE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE050; }
p { color: rgb(173,224,80); }
H1.HeaderClassName
{
color: #ADE050;
}
.AnyTagClassName
{
color: #ADE050;
}
</style>
background-color css
<style>
a { background-color: #ADE050; }
a { background-color: rgb(173,224,80); }
div.DivClassName
{
background-color: #ADE050;
}
.BgClassName
{
background-color: #ADE050;
}
</style>
border-color css
<style>
span { border-color: #ADE050; }
span { border-color: rgb(173,224,80); }
td.TdClassName
{
border-color: #ADE050;
}
.TagClassName
{
border-color: #ADE050;
}
</style>