Shades of Jade #03BC6D
Tints of Jade #03BC6D
RGB
CMYK
RGB Variations
Color information
#03BC6D (or 0x03BC6D) is known color: Jade. HEX triplet: 03, BC and 6D. RGB value is (3,188,109). Sum of RGB (Red+Green+Blue) = 3+188+109=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC6D is #FC4392. Grayscale: #7B7B7B. Windows color (decimal): -16532371 or 7191555. OLE color: 7191555.
HSL color Cylindrical-coordinate representation of color #03BC6D: hue angle of 154.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC6D is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 109 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.26 |
| HSL | 154.38º | 0.97% | 0.37% | - |
| HSV(B) | 154.38º | 0.98% | 0.74% | - |
| XYZ | 20.78 | 37.09 | 20.53 | - |
| YUV | 123.68 | 119.71 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 109 | 0.98 | 0 | 0.42 | 0.26 | 154.38 | 0.97 | 0.37 |
| Hex | 3 | BC | 6D | 62 | 0 | 2A | 1A | 9A | 61 | 25 |
| Octal | 3 | 274 | 155 | 142 | 0 | 52 | 32 | 232 | 141 | 45 |
| Binary | 11 | 10111100 | 1101101 | 1100010 | 0 | 101010 | 11010 | 10011010 | 1100001 | 100101 |
Color Harmonies of #03BC6D
Complementary color
Monochromatic Colors of #03BC6D
Black with #03BC6D
Text Example
Text Example
White with #03BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC6D; }
p { color: rgb(3,188,109); }
H1.HeaderClassName
{
color: #03BC6D;
}
.AnyTagClassName
{
color: #03BC6D;
}
</style>
background-color css
<style>
a { background-color: #03BC6D; }
a { background-color: rgb(3,188,109); }
div.DivClassName
{
background-color: #03BC6D;
}
.BgClassName
{
background-color: #03BC6D;
}
</style>
border-color css
<style>
span { border-color: #03BC6D; }
span { border-color: rgb(3,188,109); }
td.TdClassName
{
border-color: #03BC6D;
}
.TagClassName
{
border-color: #03BC6D;
}
</style>