Html Css Color HEX #03B86D Jade

📋 copy color: '#03B86D'

red 3 ◦ green 184 ◦ blue 109

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

Shades of Jade #03B86D

Tints of Jade #03B86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 1.01%
G = 62.16%
B = 36.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#03B86D (or 0x03B86D) is known color: Jade. HEX triplet: 03, B8 and 6D. RGB value is (3,184,109). Sum of RGB (Red+Green+Blue) = 3+184+109=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 184 (72.27% from 255 or 62.16% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 184 - color contains mainly: green. Hex color #03B86D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B86D is #FC4792. Grayscale: #797979. Windows color (decimal): -16533395 or 7190531. OLE color: 7190531.

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

Color convert

RGB 3 184 109 -
CMYK 0.98 0 0.41 0.28
HSL 155.14º 0.97% 0.37% -
HSV(B) 155.14º 0.98% 0.72% -
XYZ 19.94 35.4 20.25 -
YUV 121.33 121.03 43.6 -
System Red Green Blue C M Y K H S L
Decimal 3 184 109 0.98 0 0.41 0.28 155.14 0.97 0.37
Hex 3 B8 6D 62 0 29 1C 9B 61 25
Octal 3 270 155 142 0 51 34 233 141 45
Binary 11 10111000 1101101 1100010 0 101001 11100 10011011 1100001 100101

Color Harmonies of #03B86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B86D

Black with #03B86D

Text Example


Text Example

White with #03B86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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