Html Css Color HEX #03B86B Jade

📋 copy color: '#03B86B'

red 3 ◦ green 184 ◦ blue 107

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

Shades of Jade #03B86B

Tints of Jade #03B86B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 62.59%

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 1.02%
G = 62.59%
B = 36.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#03B86B (or 0x03B86B) is known color: Jade. HEX triplet: 03, B8 and 6B. RGB value is (3,184,107). Sum of RGB (Red+Green+Blue) = 3+184+107=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #03B86B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B86B is #FC4794. Grayscale: #797979. Windows color (decimal): -16533397 or 7059459. OLE color: 7059459.

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

Color convert

RGB 3 184 107 -
CMYK 0.98 0 0.42 0.28
HSL 154.48º 0.97% 0.37% -
HSV(B) 154.48º 0.98% 0.72% -
XYZ 19.83 35.36 19.69 -
YUV 121.1 120.03 43.76 -
System Red Green Blue C M Y K H S L
Decimal 3 184 107 0.98 0 0.42 0.28 154.48 0.97 0.37
Hex 3 B8 6B 62 0 2A 1C 9A 61 25
Octal 3 270 153 142 0 52 34 232 141 45
Binary 11 10111000 1101011 1100010 0 101010 11100 10011010 1100001 100101

Color Harmonies of #03B86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B86B

Black with #03B86B

Text Example


Text Example

White with #03B86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,184,107); }

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

background-color css

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

 a { background-color: rgb(3,184,107); }

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

border-color css

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

 span { border-color: rgb(3,184,107); }

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