Shades of Jade #03BA70
Tints of Jade #03BA70
RGB
CMYK
RGB Variations
Color information
#03BA70 (or 0x03BA70) is known color: Jade. HEX triplet: 03, BA and 70. RGB value is (3,186,112). Sum of RGB (Red+Green+Blue) = 3+186+112=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA70 is #FC458F. Grayscale: #7A7A7A. Windows color (decimal): -16532880 or 7387651. OLE color: 7387651.
HSL color Cylindrical-coordinate representation of color #03BA70: hue angle of 155.74º 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 #03BA70 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 112 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.27 |
| HSL | 155.74º | 0.97% | 0.37% | - |
| HSV(B) | 155.74º | 0.98% | 0.73% | - |
| XYZ | 20.52 | 36.31 | 21.26 | - |
| YUV | 122.85 | 121.87 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 112 | 0.98 | 0 | 0.40 | 0.27 | 155.74 | 0.97 | 0.37 |
| Hex | 3 | BA | 70 | 62 | 0 | 28 | 1B | 9C | 61 | 25 |
| Octal | 3 | 272 | 160 | 142 | 0 | 50 | 33 | 234 | 141 | 45 |
| Binary | 11 | 10111010 | 1110000 | 1100010 | 0 | 101000 | 11011 | 10011100 | 1100001 | 100101 |
Color Harmonies of #03BA70
Complementary color
Monochromatic Colors of #03BA70
Black with #03BA70
Text Example
Text Example
White with #03BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA70; }
p { color: rgb(3,186,112); }
H1.HeaderClassName
{
color: #03BA70;
}
.AnyTagClassName
{
color: #03BA70;
}
</style>
background-color css
<style>
a { background-color: #03BA70; }
a { background-color: rgb(3,186,112); }
div.DivClassName
{
background-color: #03BA70;
}
.BgClassName
{
background-color: #03BA70;
}
</style>
border-color css
<style>
span { border-color: #03BA70; }
span { border-color: rgb(3,186,112); }
td.TdClassName
{
border-color: #03BA70;
}
.TagClassName
{
border-color: #03BA70;
}
</style>