Shades of Jade #01B380
Tints of Jade #01B380
RGB
CMYK
RGB Variations
Color information
#01B380 (or 0x01B380) is known color: Jade. HEX triplet: 01, B3 and 80. RGB value is (1,179,128). Sum of RGB (Red+Green+Blue) = 1+179+128=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 179 (70.31% from 255 or 58.12% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 179 - color contains mainly: green. Hex color #01B380 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B380 is #FE4C7F. Grayscale: #777777. Windows color (decimal): -16665728 or 8434433. OLE color: 8434433.
HSL color Cylindrical-coordinate representation of color #01B380: hue angle of 162.81º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B380 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 179 | 128 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.30 |
| HSL | 162.81º | 0.99% | 0.35% | - |
| HSV(B) | 162.81º | 0.99% | 0.7% | - |
| XYZ | 20.03 | 33.81 | 25.89 | - |
| YUV | 119.96 | 132.53 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 179 | 128 | 0.99 | 0 | 0.28 | 0.30 | 162.81 | 0.99 | 0.35 |
| Hex | 1 | B3 | 80 | 63 | 0 | 1C | 1E | A3 | 63 | 23 |
| Octal | 1 | 263 | 200 | 143 | 0 | 34 | 36 | 243 | 143 | 43 |
| Binary | 1 | 10110011 | 10000000 | 1100011 | 0 | 11100 | 11110 | 10100011 | 1100011 | 100011 |
Color Harmonies of #01B380
Complementary color
Monochromatic Colors of #01B380
Black with #01B380
Text Example
Text Example
White with #01B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B380; }
p { color: rgb(1,179,128); }
H1.HeaderClassName
{
color: #01B380;
}
.AnyTagClassName
{
color: #01B380;
}
</style>
background-color css
<style>
a { background-color: #01B380; }
a { background-color: rgb(1,179,128); }
div.DivClassName
{
background-color: #01B380;
}
.BgClassName
{
background-color: #01B380;
}
</style>
border-color css
<style>
span { border-color: #01B380; }
span { border-color: rgb(1,179,128); }
td.TdClassName
{
border-color: #01B380;
}
.TagClassName
{
border-color: #01B380;
}
</style>