Shades of Jade #03BA5E
Tints of Jade #03BA5E
RGB
CMYK
RGB Variations
Color information
#03BA5E (or 0x03BA5E) is known color: Jade. HEX triplet: 03, BA and 5E. RGB value is (3,186,94). Sum of RGB (Red+Green+Blue) = 3+186+94=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA5E is #FC45A1. Grayscale: #787878. Windows color (decimal): -16532898 or 6208003. OLE color: 6208003.
HSL color Cylindrical-coordinate representation of color #03BA5E: hue angle of 149.84º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA5E is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 94 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.27 |
| HSL | 149.84º | 0.97% | 0.37% | - |
| HSV(B) | 149.84º | 0.98% | 0.73% | - |
| XYZ | 19.62 | 35.95 | 16.49 | - |
| YUV | 120.8 | 112.87 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 94 | 0.98 | 0 | 0.49 | 0.27 | 149.84 | 0.97 | 0.37 |
| Hex | 3 | BA | 5E | 62 | 0 | 31 | 1B | 96 | 61 | 25 |
| Octal | 3 | 272 | 136 | 142 | 0 | 61 | 33 | 226 | 141 | 45 |
| Binary | 11 | 10111010 | 1011110 | 1100010 | 0 | 110001 | 11011 | 10010110 | 1100001 | 100101 |
Color Harmonies of #03BA5E
Complementary color
Monochromatic Colors of #03BA5E
Black with #03BA5E
Text Example
Text Example
White with #03BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA5E; }
p { color: rgb(3,186,94); }
H1.HeaderClassName
{
color: #03BA5E;
}
.AnyTagClassName
{
color: #03BA5E;
}
</style>
background-color css
<style>
a { background-color: #03BA5E; }
a { background-color: rgb(3,186,94); }
div.DivClassName
{
background-color: #03BA5E;
}
.BgClassName
{
background-color: #03BA5E;
}
</style>
border-color css
<style>
span { border-color: #03BA5E; }
span { border-color: rgb(3,186,94); }
td.TdClassName
{
border-color: #03BA5E;
}
.TagClassName
{
border-color: #03BA5E;
}
</style>