Shades of Jade #01B76A
Tints of Jade #01B76A
RGB
CMYK
RGB Variations
Color information
#01B76A (or 0x01B76A) is known color: Jade. HEX triplet: 01, B7 and 6A. RGB value is (1,183,106). Sum of RGB (Red+Green+Blue) = 1+183+106=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 183 (71.88% from 255 or 63.10% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 183 - color contains mainly: green. Hex color #01B76A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B76A is #FE4895. Grayscale: #777777. Windows color (decimal): -16664726 or 6993665. OLE color: 6993665.
HSL color Cylindrical-coordinate representation of color #01B76A: hue angle of 154.62º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B76A is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 183 | 106 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.28 |
| HSL | 154.62º | 0.99% | 0.36% | - |
| HSV(B) | 154.62º | 0.99% | 0.72% | - |
| XYZ | 19.55 | 34.91 | 19.34 | - |
| YUV | 119.8 | 120.2 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 106 | 0.99 | 0 | 0.42 | 0.28 | 154.62 | 0.99 | 0.36 |
| Hex | 1 | B7 | 6A | 63 | 0 | 2A | 1C | 9B | 63 | 24 |
| Octal | 1 | 267 | 152 | 143 | 0 | 52 | 34 | 233 | 143 | 44 |
| Binary | 1 | 10110111 | 1101010 | 1100011 | 0 | 101010 | 11100 | 10011011 | 1100011 | 100100 |
Color Harmonies of #01B76A
Complementary color
Monochromatic Colors of #01B76A
Black with #01B76A
Text Example
Text Example
White with #01B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B76A; }
p { color: rgb(1,183,106); }
H1.HeaderClassName
{
color: #01B76A;
}
.AnyTagClassName
{
color: #01B76A;
}
</style>
background-color css
<style>
a { background-color: #01B76A; }
a { background-color: rgb(1,183,106); }
div.DivClassName
{
background-color: #01B76A;
}
.BgClassName
{
background-color: #01B76A;
}
</style>
border-color css
<style>
span { border-color: #01B76A; }
span { border-color: rgb(1,183,106); }
td.TdClassName
{
border-color: #01B76A;
}
.TagClassName
{
border-color: #01B76A;
}
</style>