Shades of Jade #01B27D
Tints of Jade #01B27D
RGB
CMYK
RGB Variations
Color information
#01B27D (or 0x01B27D) is known color: Jade. HEX triplet: 01, B2 and 7D. RGB value is (1,178,125). Sum of RGB (Red+Green+Blue) = 1+178+125=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #01B27D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B27D is #FE4D82. Grayscale: #777777. Windows color (decimal): -16665987 or 8237569. OLE color: 8237569.
HSL color Cylindrical-coordinate representation of color #01B27D: hue angle of 162.03º 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 #01B27D is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 178 | 125 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.30 |
| HSL | 162.03º | 0.99% | 0.35% | - |
| HSV(B) | 162.03º | 0.99% | 0.7% | - |
| XYZ | 19.63 | 33.33 | 24.8 | - |
| YUV | 119.04 | 131.36 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 178 | 125 | 0.99 | 0 | 0.30 | 0.30 | 162.03 | 0.99 | 0.35 |
| Hex | 1 | B2 | 7D | 63 | 0 | 1E | 1E | A2 | 63 | 23 |
| Octal | 1 | 262 | 175 | 143 | 0 | 36 | 36 | 242 | 143 | 43 |
| Binary | 1 | 10110010 | 1111101 | 1100011 | 0 | 11110 | 11110 | 10100010 | 1100011 | 100011 |
Color Harmonies of #01B27D
Complementary color
Monochromatic Colors of #01B27D
Black with #01B27D
Text Example
Text Example
White with #01B27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B27D; }
p { color: rgb(1,178,125); }
H1.HeaderClassName
{
color: #01B27D;
}
.AnyTagClassName
{
color: #01B27D;
}
</style>
background-color css
<style>
a { background-color: #01B27D; }
a { background-color: rgb(1,178,125); }
div.DivClassName
{
background-color: #01B27D;
}
.BgClassName
{
background-color: #01B27D;
}
</style>
border-color css
<style>
span { border-color: #01B27D; }
span { border-color: rgb(1,178,125); }
td.TdClassName
{
border-color: #01B27D;
}
.TagClassName
{
border-color: #01B27D;
}
</style>