Shades of Jade #01B566
Tints of Jade #01B566
RGB
CMYK
RGB Variations
Color information
#01B566 (or 0x01B566) is known color: Jade. HEX triplet: 01, B5 and 66. RGB value is (1,181,102). Sum of RGB (Red+Green+Blue) = 1+181+102=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 181 (71.09% from 255 or 63.73% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 181 - color contains mainly: green. Hex color #01B566 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B566 is #FE4A99. Grayscale: #767676. Windows color (decimal): -16665242 or 6731009. OLE color: 6731009.
HSL color Cylindrical-coordinate representation of color #01B566: hue angle of 153.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B566 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 181 | 102 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.29 |
| HSL | 153.67º | 0.99% | 0.36% | - |
| HSV(B) | 153.67º | 0.99% | 0.71% | - |
| XYZ | 18.93 | 34.01 | 18.14 | - |
| YUV | 118.17 | 118.87 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 181 | 102 | 0.99 | 0 | 0.44 | 0.29 | 153.67 | 0.99 | 0.36 |
| Hex | 1 | B5 | 66 | 63 | 0 | 2C | 1D | 9A | 63 | 24 |
| Octal | 1 | 265 | 146 | 143 | 0 | 54 | 35 | 232 | 143 | 44 |
| Binary | 1 | 10110101 | 1100110 | 1100011 | 0 | 101100 | 11101 | 10011010 | 1100011 | 100100 |
Color Harmonies of #01B566
Complementary color
Monochromatic Colors of #01B566
Black with #01B566
Text Example
Text Example
White with #01B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B566; }
p { color: rgb(1,181,102); }
H1.HeaderClassName
{
color: #01B566;
}
.AnyTagClassName
{
color: #01B566;
}
</style>
background-color css
<style>
a { background-color: #01B566; }
a { background-color: rgb(1,181,102); }
div.DivClassName
{
background-color: #01B566;
}
.BgClassName
{
background-color: #01B566;
}
</style>
border-color css
<style>
span { border-color: #01B566; }
span { border-color: rgb(1,181,102); }
td.TdClassName
{
border-color: #01B566;
}
.TagClassName
{
border-color: #01B566;
}
</style>