Shades of Jade #01B27C
Tints of Jade #01B27C
RGB
CMYK
RGB Variations
Color information
#01B27C (or 0x01B27C) is known color: Jade. HEX triplet: 01, B2 and 7C. RGB value is (1,178,124). Sum of RGB (Red+Green+Blue) = 1+178+124=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #01B27C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B27C is #FE4D83. Grayscale: #767676. Windows color (decimal): -16665988 or 8172033. OLE color: 8172033.
HSL color Cylindrical-coordinate representation of color #01B27C: hue angle of 161.69º 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 #01B27C is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 178 | 124 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.30 |
| HSL | 161.69º | 0.99% | 0.35% | - |
| HSV(B) | 161.69º | 0.99% | 0.7% | - |
| XYZ | 19.57 | 33.3 | 24.47 | - |
| YUV | 118.92 | 130.86 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 178 | 124 | 0.99 | 0 | 0.30 | 0.30 | 161.69 | 0.99 | 0.35 |
| Hex | 1 | B2 | 7C | 63 | 0 | 1E | 1E | A2 | 63 | 23 |
| Octal | 1 | 262 | 174 | 143 | 0 | 36 | 36 | 242 | 143 | 43 |
| Binary | 1 | 10110010 | 1111100 | 1100011 | 0 | 11110 | 11110 | 10100010 | 1100011 | 100011 |
Color Harmonies of #01B27C
Complementary color
Monochromatic Colors of #01B27C
Black with #01B27C
Text Example
Text Example
White with #01B27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B27C; }
p { color: rgb(1,178,124); }
H1.HeaderClassName
{
color: #01B27C;
}
.AnyTagClassName
{
color: #01B27C;
}
</style>
background-color css
<style>
a { background-color: #01B27C; }
a { background-color: rgb(1,178,124); }
div.DivClassName
{
background-color: #01B27C;
}
.BgClassName
{
background-color: #01B27C;
}
</style>
border-color css
<style>
span { border-color: #01B27C; }
span { border-color: rgb(1,178,124); }
td.TdClassName
{
border-color: #01B27C;
}
.TagClassName
{
border-color: #01B27C;
}
</style>