Shades of Jade #01B478
Tints of Jade #01B478
RGB
CMYK
RGB Variations
Color information
#01B478 (or 0x01B478) is known color: Jade. HEX triplet: 01, B4 and 78. RGB value is (1,180,120). Sum of RGB (Red+Green+Blue) = 1+180+120=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #01B478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B478 is #FE4B87. Grayscale: #777777. Windows color (decimal): -16665480 or 7910401. OLE color: 7910401.
HSL color Cylindrical-coordinate representation of color #01B478: hue angle of 159.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B478 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 180 | 120 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.29 |
| HSL | 159.89º | 0.99% | 0.35% | - |
| HSV(B) | 159.89º | 0.99% | 0.71% | - |
| XYZ | 19.72 | 34.01 | 23.29 | - |
| YUV | 119.64 | 128.2 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 180 | 120 | 0.99 | 0 | 0.33 | 0.29 | 159.89 | 0.99 | 0.35 |
| Hex | 1 | B4 | 78 | 63 | 0 | 21 | 1D | A0 | 63 | 23 |
| Octal | 1 | 264 | 170 | 143 | 0 | 41 | 35 | 240 | 143 | 43 |
| Binary | 1 | 10110100 | 1111000 | 1100011 | 0 | 100001 | 11101 | 10100000 | 1100011 | 100011 |
Color Harmonies of #01B478
Complementary color
Monochromatic Colors of #01B478
Black with #01B478
Text Example
Text Example
White with #01B478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B478; }
p { color: rgb(1,180,120); }
H1.HeaderClassName
{
color: #01B478;
}
.AnyTagClassName
{
color: #01B478;
}
</style>
background-color css
<style>
a { background-color: #01B478; }
a { background-color: rgb(1,180,120); }
div.DivClassName
{
background-color: #01B478;
}
.BgClassName
{
background-color: #01B478;
}
</style>
border-color css
<style>
span { border-color: #01B478; }
span { border-color: rgb(1,180,120); }
td.TdClassName
{
border-color: #01B478;
}
.TagClassName
{
border-color: #01B478;
}
</style>