Shades of Conifer #ADE550
Tints of Conifer #ADE550
RGB
CMYK
RGB Variations
Color information
#ADE550 (or 0xADE550) is known color: Conifer. HEX triplet: AD, E5 and 50. RGB value is (173,229,80). Sum of RGB (Red+Green+Blue) = 173+229+80=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE550 is #521AAF. Grayscale: #C3C3C3. Windows color (decimal): -5380784 or 5301677. OLE color: 5301677.
HSL color Cylindrical-coordinate representation of color #ADE550: hue angle of 82.55º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADE550 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 80 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.10 |
| HSL | 82.55º | 0.74% | 0.61% | - |
| HSV(B) | 82.55º | 0.65% | 0.9% | - |
| XYZ | 46.7 | 65.5 | 17.77 | - |
| YUV | 195.27 | 62.95 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 80 | 0.24 | 0 | 0.65 | 0.10 | 82.55 | 0.74 | 0.61 |
| Hex | AD | E5 | 50 | 18 | 0 | 41 | A | 53 | 4A | 3D |
| Octal | 255 | 345 | 120 | 30 | 0 | 101 | 12 | 123 | 112 | 75 |
| Binary | 10101101 | 11100101 | 1010000 | 11000 | 0 | 1000001 | 1010 | 1010011 | 1001010 | 111101 |
Color Harmonies of #ADE550
Complementary color
Monochromatic Colors of #ADE550
Black with #ADE550
Text Example
Text Example
White with #ADE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE550; }
p { color: rgb(173,229,80); }
H1.HeaderClassName
{
color: #ADE550;
}
.AnyTagClassName
{
color: #ADE550;
}
</style>
background-color css
<style>
a { background-color: #ADE550; }
a { background-color: rgb(173,229,80); }
div.DivClassName
{
background-color: #ADE550;
}
.BgClassName
{
background-color: #ADE550;
}
</style>
border-color css
<style>
span { border-color: #ADE550; }
span { border-color: rgb(173,229,80); }
td.TdClassName
{
border-color: #ADE550;
}
.TagClassName
{
border-color: #ADE550;
}
</style>