#03BE6D

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

Shades of Jade #03BE6D

Tints of Jade #03BE6D

Color information

#03BE6D (or 0x03BE6D) is unknown color: approx Jade. HEX triplet: 03, BE and 6D. RGB value is (3,190,109). Sum of RGB (Red+Green+Blue) = 3+190+109=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 190 (74.61% from 255 or 62.91% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 190 - color contains mainly: green. Hex color #03BE6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BE6D is #FC4192. Grayscale: #7C7C7C. Windows color (decimal): -16531859 or 7192067. OLE color: 7192067.

HSL color Cylindrical-coordinate representation of color #03BE6D: hue angle of 154.01º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BE6D is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB3190109-
CMYK0.9800.430.25
HSL154.01º96.89%37.84%-
HSV(B)154.01º98.42%74.51%-
XYZ21.2137.9520.68-
YUV124.85119.0541.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.99%
GREEN value IS 190 (74.61% from 255) = 62.91%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=0.99%
G=62.91%
B=36.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31901090.9800.430.25154.0196.8937.84
Hex3BE6D6202B199a6126
Octal32761551420533123214146
Binary111011111011011011100010010101111001100110101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,190,109); }

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

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

 a { background-color: rgb(3,190,109); }

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

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

 span { border-color: rgb(3,190,109); }

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