#03BA64

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

Shades of Jade #03BA64

Tints of Jade #03BA64

Color information

#03BA64 (or 0x03BA64) is unknown color: approx Jade. HEX triplet: 03, BA and 64. RGB value is (3,186,100). Sum of RGB (Red+Green+Blue) = 3+186+100=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA64 is #FC459B. Grayscale: #797979. Windows color (decimal): -16532892 or 6601219. OLE color: 6601219.

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

Color convert

RGB3186100-
CMYK0.9800.460.27
HSL151.8º96.83%37.06%-
HSV(B)151.8º98.39%72.94%-
XYZ19.936.0617.97-
YUV121.48115.8743.49-

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.36%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=1.04%
G=64.36%
B=34.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31861000.9800.460.27151.896.8337.06
Hex3BA646202E1B986125
Octal32721441420563323014145
Binary111011101011001001100010010111011011100110001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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