#03BA63

Color #03BA63 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #03BA63

Tints of Jade #03BA63

Color information

#03BA63 (or 0x03BA63) is unknown color: approx Jade. HEX triplet: 03, BA and 63. RGB value is (3,186,99). Sum of RGB (Red+Green+Blue) = 3+186+99=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 186 (73.05% from 255 or 64.58% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA63 is #FC459C. Grayscale: #797979. Windows color (decimal): -16532893 or 6535683. OLE color: 6535683.

HSL color Cylindrical-coordinate representation of color #03BA63: hue angle of 151.48º 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 #03BA63 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB318699-
CMYK0.9800.470.27
HSL151.48º96.83%37.06%-
HSV(B)151.48º98.39%72.94%-
XYZ19.8536.0417.71-
YUV121.36115.3743.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.04%
GREEN value IS 186 (73.05% from 255) = 64.58%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=1.04%
G=64.58%
B=34.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3186990.9800.470.27151.4896.8337.06
Hex3BA636202F1B976125
Octal32721431420573322714145
Binary111011101011000111100010010111111011100101111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03BA63; }

 p { color: rgb(3,186,99); }

 H1.HeaderClassName
 {
   color: #03BA63;
 }
 .AnyTagClassName
 {
   color: #03BA63;
 }
</style>
background-color css

<style>
 a { background-color: #03BA63; }

 a { background-color: rgb(3,186,99); }

 div.DivClassName
 {
   background-color: #03BA63;
 }
 .BgClassName
 {
   background-color: #03BA63;
 }
</style>
border-color css

<style>
 span { border-color: #03BA63; }

 span { border-color: rgb(3,186,99); }

 td.TdClassName
 {
   border-color: #03BA63;
 }
 .TagClassName
 {
   border-color: #03BA63;
 }
</style>