Shades of Jade #01B467
Tints of Jade #01B467
RGB
CMYK
RGB Variations
Color information
#01B467 (or 0x01B467) is known color: Jade. HEX triplet: 01, B4 and 67. RGB value is (1,180,103). Sum of RGB (Red+Green+Blue) = 1+180+103=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 180 (70.70% from 255 or 63.38% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 180 - color contains mainly: green. Hex color #01B467 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B467 is #FE4B98. Grayscale: #757575. Windows color (decimal): -16665497 or 6796289. OLE color: 6796289.
HSL color Cylindrical-coordinate representation of color #01B467: hue angle of 154.19º 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 #01B467 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 180 | 103 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.29 |
| HSL | 154.19º | 0.99% | 0.35% | - |
| HSV(B) | 154.19º | 0.99% | 0.71% | - |
| XYZ | 18.78 | 33.63 | 18.33 | - |
| YUV | 117.7 | 119.7 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 180 | 103 | 0.99 | 0 | 0.43 | 0.29 | 154.19 | 0.99 | 0.35 |
| Hex | 1 | B4 | 67 | 63 | 0 | 2B | 1D | 9A | 63 | 23 |
| Octal | 1 | 264 | 147 | 143 | 0 | 53 | 35 | 232 | 143 | 43 |
| Binary | 1 | 10110100 | 1100111 | 1100011 | 0 | 101011 | 11101 | 10011010 | 1100011 | 100011 |
Color Harmonies of #01B467
Complementary color
Monochromatic Colors of #01B467
Black with #01B467
Text Example
Text Example
White with #01B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B467; }
p { color: rgb(1,180,103); }
H1.HeaderClassName
{
color: #01B467;
}
.AnyTagClassName
{
color: #01B467;
}
</style>
background-color css
<style>
a { background-color: #01B467; }
a { background-color: rgb(1,180,103); }
div.DivClassName
{
background-color: #01B467;
}
.BgClassName
{
background-color: #01B467;
}
</style>
border-color css
<style>
span { border-color: #01B467; }
span { border-color: rgb(1,180,103); }
td.TdClassName
{
border-color: #01B467;
}
.TagClassName
{
border-color: #01B467;
}
</style>