Shades of Jade #01B278
Tints of Jade #01B278
RGB
CMYK
RGB Variations
Color information
#01B278 (or 0x01B278) is known color: Jade. HEX triplet: 01, B2 and 78. RGB value is (1,178,120). Sum of RGB (Red+Green+Blue) = 1+178+120=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #01B278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B278 is #FE4D87. Grayscale: #767676. Windows color (decimal): -16665992 or 7909889. OLE color: 7909889.
HSL color Cylindrical-coordinate representation of color #01B278: hue angle of 160.34º 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 #01B278 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 178 | 120 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.30 |
| HSL | 160.34º | 0.99% | 0.35% | - |
| HSV(B) | 160.34º | 0.99% | 0.7% | - |
| XYZ | 19.32 | 33.2 | 23.16 | - |
| YUV | 118.47 | 128.86 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 178 | 120 | 0.99 | 0 | 0.33 | 0.30 | 160.34 | 0.99 | 0.35 |
| Hex | 1 | B2 | 78 | 63 | 0 | 21 | 1E | A0 | 63 | 23 |
| Octal | 1 | 262 | 170 | 143 | 0 | 41 | 36 | 240 | 143 | 43 |
| Binary | 1 | 10110010 | 1111000 | 1100011 | 0 | 100001 | 11110 | 10100000 | 1100011 | 100011 |
Color Harmonies of #01B278
Complementary color
Monochromatic Colors of #01B278
Black with #01B278
Text Example
Text Example
White with #01B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B278; }
p { color: rgb(1,178,120); }
H1.HeaderClassName
{
color: #01B278;
}
.AnyTagClassName
{
color: #01B278;
}
</style>
background-color css
<style>
a { background-color: #01B278; }
a { background-color: rgb(1,178,120); }
div.DivClassName
{
background-color: #01B278;
}
.BgClassName
{
background-color: #01B278;
}
</style>
border-color css
<style>
span { border-color: #01B278; }
span { border-color: rgb(1,178,120); }
td.TdClassName
{
border-color: #01B278;
}
.TagClassName
{
border-color: #01B278;
}
</style>