Html Css Color HEX #03BC60 Jade

📋 copy color: '#03BC60'

red 3 ◦ green 188 ◦ blue 96

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

Shades of Jade #03BC60

Tints of Jade #03BC60

RGB

 RED value IS 3 (1.56% from 255) = 1.05%

 GREEN value IS 188 (73.83% from 255) = 65.51%

 BLUE value IS 96 (37.89% from 255) = 33.45%

R = 1.05%
G = 65.51%
B = 33.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#03BC60 (or 0x03BC60) is known color: Jade. HEX triplet: 03, BC and 60. RGB value is (3,188,96). Sum of RGB (Red+Green+Blue) = 3+188+96=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC60 is #FC439F. Grayscale: #7A7A7A. Windows color (decimal): -16532384 or 6339587. OLE color: 6339587.

HSL color Cylindrical-coordinate representation of color #03BC60: hue angle of 150.16º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC60 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 188 96 -
CMYK 0.98 0 0.49 0.26
HSL 150.16º 0.97% 0.37% -
HSV(B) 150.16º 0.98% 0.74% -
XYZ 20.13 36.83 17.11 -
YUV 122.2 113.21 42.98 -
System Red Green Blue C M Y K H S L
Decimal 3 188 96 0.98 0 0.49 0.26 150.16 0.97 0.37
Hex 3 BC 60 62 0 31 1A 96 61 25
Octal 3 274 140 142 0 61 32 226 141 45
Binary 11 10111100 1100000 1100010 0 110001 11010 10010110 1100001 100101

Color Harmonies of #03BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC60

Black with #03BC60

Text Example


Text Example

White with #03BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,188,96); }

 H1.HeaderClassName
 {
   color: #03BC60;
 }
 .AnyTagClassName
 {
   color: #03BC60;
 }
</style>

background-color css

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

 a { background-color: rgb(3,188,96); }

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

border-color css

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

 span { border-color: rgb(3,188,96); }

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