Shades of Conifer #ADE250
Tints of Conifer #ADE250
RGB
CMYK
RGB Variations
Color information
#ADE250 (or 0xADE250) is known color: Conifer. HEX triplet: AD, E2 and 50. RGB value is (173,226,80). Sum of RGB (Red+Green+Blue) = 173+226+80=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE250 is #521DAF. Grayscale: #C2C2C2. Windows color (decimal): -5381552 or 5300909. OLE color: 5300909.
HSL color Cylindrical-coordinate representation of color #ADE250: hue angle of 81.78º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADE250 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 80 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.11 |
| HSL | 81.78º | 0.72% | 0.6% | - |
| HSV(B) | 81.78º | 0.65% | 0.89% | - |
| XYZ | 45.88 | 63.86 | 17.5 | - |
| YUV | 193.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 80 | 0.23 | 0 | 0.65 | 0.11 | 81.78 | 0.72 | 0.6 |
| Hex | AD | E2 | 50 | 17 | 0 | 41 | B | 52 | 48 | 3C |
| Octal | 255 | 342 | 120 | 27 | 0 | 101 | 13 | 122 | 110 | 74 |
| Binary | 10101101 | 11100010 | 1010000 | 10111 | 0 | 1000001 | 1011 | 1010010 | 1001000 | 111100 |
Color Harmonies of #ADE250
Complementary color
Monochromatic Colors of #ADE250
Black with #ADE250
Text Example
Text Example
White with #ADE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE250; }
p { color: rgb(173,226,80); }
H1.HeaderClassName
{
color: #ADE250;
}
.AnyTagClassName
{
color: #ADE250;
}
</style>
background-color css
<style>
a { background-color: #ADE250; }
a { background-color: rgb(173,226,80); }
div.DivClassName
{
background-color: #ADE250;
}
.BgClassName
{
background-color: #ADE250;
}
</style>
border-color css
<style>
span { border-color: #ADE250; }
span { border-color: rgb(173,226,80); }
td.TdClassName
{
border-color: #ADE250;
}
.TagClassName
{
border-color: #ADE250;
}
</style>