Shades of Jade #01AD5E
Tints of Jade #01AD5E
RGB
CMYK
RGB Variations
Color information
#01AD5E (or 0x01AD5E) is known color: Jade. HEX triplet: 01, AD and 5E. RGB value is (1,173,94). Sum of RGB (Red+Green+Blue) = 1+173+94=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 173 (67.97% from 255 or 64.55% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD5E is #FE52A1. Grayscale: #707070. Windows color (decimal): -16667298 or 6204673. OLE color: 6204673.
HSL color Cylindrical-coordinate representation of color #01AD5E: hue angle of 152.44º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AD5E is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 94 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.32 |
| HSL | 152.44º | 0.99% | 0.34% | - |
| HSV(B) | 152.44º | 0.99% | 0.68% | - |
| XYZ | 16.98 | 30.7 | 15.62 | - |
| YUV | 112.57 | 117.52 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 94 | 0.99 | 0 | 0.46 | 0.32 | 152.44 | 0.99 | 0.34 |
| Hex | 1 | AD | 5E | 63 | 0 | 2E | 20 | 98 | 63 | 22 |
| Octal | 1 | 255 | 136 | 143 | 0 | 56 | 40 | 230 | 143 | 42 |
| Binary | 1 | 10101101 | 1011110 | 1100011 | 0 | 101110 | 100000 | 10011000 | 1100011 | 100010 |
Color Harmonies of #01AD5E
Complementary color
Monochromatic Colors of #01AD5E
Black with #01AD5E
Text Example
Text Example
White with #01AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD5E; }
p { color: rgb(1,173,94); }
H1.HeaderClassName
{
color: #01AD5E;
}
.AnyTagClassName
{
color: #01AD5E;
}
</style>
background-color css
<style>
a { background-color: #01AD5E; }
a { background-color: rgb(1,173,94); }
div.DivClassName
{
background-color: #01AD5E;
}
.BgClassName
{
background-color: #01AD5E;
}
</style>
border-color css
<style>
span { border-color: #01AD5E; }
span { border-color: rgb(1,173,94); }
td.TdClassName
{
border-color: #01AD5E;
}
.TagClassName
{
border-color: #01AD5E;
}
</style>