Shades of Jade #01B268
Tints of Jade #01B268
RGB
CMYK
RGB Variations
Color information
#01B268 (or 0x01B268) is known color: Jade. HEX triplet: 01, B2 and 68. RGB value is (1,178,104). Sum of RGB (Red+Green+Blue) = 1+178+104=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 178 (69.92% from 255 or 62.90% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 178 - color contains mainly: green. Hex color #01B268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B268 is #FE4D97. Grayscale: #747474. Windows color (decimal): -16666008 or 6861313. OLE color: 6861313.
HSL color Cylindrical-coordinate representation of color #01B268: hue angle of 154.92º 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 #01B268 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 178 | 104 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.30 |
| HSL | 154.92º | 0.99% | 0.35% | - |
| HSV(B) | 154.92º | 0.99% | 0.7% | - |
| XYZ | 18.43 | 32.85 | 18.47 | - |
| YUV | 116.64 | 120.86 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 178 | 104 | 0.99 | 0 | 0.42 | 0.30 | 154.92 | 0.99 | 0.35 |
| Hex | 1 | B2 | 68 | 63 | 0 | 2A | 1E | 9B | 63 | 23 |
| Octal | 1 | 262 | 150 | 143 | 0 | 52 | 36 | 233 | 143 | 43 |
| Binary | 1 | 10110010 | 1101000 | 1100011 | 0 | 101010 | 11110 | 10011011 | 1100011 | 100011 |
Color Harmonies of #01B268
Complementary color
Monochromatic Colors of #01B268
Black with #01B268
Text Example
Text Example
White with #01B268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B268; }
p { color: rgb(1,178,104); }
H1.HeaderClassName
{
color: #01B268;
}
.AnyTagClassName
{
color: #01B268;
}
</style>
background-color css
<style>
a { background-color: #01B268; }
a { background-color: rgb(1,178,104); }
div.DivClassName
{
background-color: #01B268;
}
.BgClassName
{
background-color: #01B268;
}
</style>
border-color css
<style>
span { border-color: #01B268; }
span { border-color: rgb(1,178,104); }
td.TdClassName
{
border-color: #01B268;
}
.TagClassName
{
border-color: #01B268;
}
</style>