Html Css Color HEX #03BA63 Jade

📋 copy color: '#03BA63'

red 3 ◦ green 186 ◦ blue 99

#03BA63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #03BA63

Tints of Jade #03BA63

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 value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#03BA63 (or 0x03BA63) is known color: 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

RGB 3 186 99 -
CMYK 0.98 0 0.47 0.27
HSL 151.48º 0.97% 0.37% -
HSV(B) 151.48º 0.98% 0.73% -
XYZ 19.85 36.04 17.71 -
YUV 121.37 115.37 43.57 -
System Red Green Blue C M Y K H S L
Decimal 3 186 99 0.98 0 0.47 0.27 151.48 0.97 0.37
Hex 3 BA 63 62 0 2F 1B 97 61 25
Octal 3 272 143 142 0 57 33 227 141 45
Binary 11 10111010 1100011 1100010 0 101111 11011 10010111 1100001 100101

Color Harmonies of #03BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA63

Black with #03BA63

Text Example


Text Example

White with #03BA63

Text Example


Text Example

HTML Codes & Css Web 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>