Shades of Conifer #ADE450
Tints of Conifer #ADE450
RGB
CMYK
RGB Variations
Color information
#ADE450 (or 0xADE450) is known color: Conifer. HEX triplet: AD, E4 and 50. RGB value is (173,228,80). Sum of RGB (Red+Green+Blue) = 173+228+80=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE450 is #521BAF. Grayscale: #C3C3C3. Windows color (decimal): -5381040 or 5301421. OLE color: 5301421.
HSL color Cylindrical-coordinate representation of color #ADE450: hue angle of 82.3º degrees, saturation: 0.73, 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 #ADE450 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 80 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.11 |
| HSL | 82.3º | 0.73% | 0.6% | - |
| HSV(B) | 82.3º | 0.65% | 0.89% | - |
| XYZ | 46.42 | 64.95 | 17.68 | - |
| YUV | 194.68 | 63.28 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 80 | 0.24 | 0 | 0.65 | 0.11 | 82.3 | 0.73 | 0.6 |
| Hex | AD | E4 | 50 | 18 | 0 | 41 | B | 52 | 49 | 3C |
| Octal | 255 | 344 | 120 | 30 | 0 | 101 | 13 | 122 | 111 | 74 |
| Binary | 10101101 | 11100100 | 1010000 | 11000 | 0 | 1000001 | 1011 | 1010010 | 1001001 | 111100 |
Color Harmonies of #ADE450
Complementary color
Monochromatic Colors of #ADE450
Black with #ADE450
Text Example
Text Example
White with #ADE450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE450; }
p { color: rgb(173,228,80); }
H1.HeaderClassName
{
color: #ADE450;
}
.AnyTagClassName
{
color: #ADE450;
}
</style>
background-color css
<style>
a { background-color: #ADE450; }
a { background-color: rgb(173,228,80); }
div.DivClassName
{
background-color: #ADE450;
}
.BgClassName
{
background-color: #ADE450;
}
</style>
border-color css
<style>
span { border-color: #ADE450; }
span { border-color: rgb(173,228,80); }
td.TdClassName
{
border-color: #ADE450;
}
.TagClassName
{
border-color: #ADE450;
}
</style>