Html Css Color HEX #03BC70 Jade

📋 copy color: '#03BC70'

red 3 ◦ green 188 ◦ blue 112

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

Shades of Jade #03BC70

Tints of Jade #03BC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 0.99%
G = 62.05%
B = 36.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#03BC70 (or 0x03BC70) is known color: Jade. HEX triplet: 03, BC and 70. RGB value is (3,188,112). Sum of RGB (Red+Green+Blue) = 3+188+112=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC70 is #FC438F. Grayscale: #7C7C7C. Windows color (decimal): -16532368 or 7388163. OLE color: 7388163.

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

Color convert

RGB 3 188 112 -
CMYK 0.98 0 0.40 0.26
HSL 155.35º 0.97% 0.37% -
HSV(B) 155.35º 0.98% 0.74% -
XYZ 20.95 37.16 21.4 -
YUV 124.02 121.21 41.68 -
System Red Green Blue C M Y K H S L
Decimal 3 188 112 0.98 0 0.40 0.26 155.35 0.97 0.37
Hex 3 BC 70 62 0 28 1A 9B 61 25
Octal 3 274 160 142 0 50 32 233 141 45
Binary 11 10111100 1110000 1100010 0 101000 11010 10011011 1100001 100101

Color Harmonies of #03BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC70

Black with #03BC70

Text Example


Text Example

White with #03BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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