Html Css Color HEX #03B86A Jade

📋 copy color: '#03B86A'

red 3 ◦ green 184 ◦ blue 106

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

Shades of Jade #03B86A

Tints of Jade #03B86A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.18%

R = 1.02%
G = 62.8%
B = 36.18%

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

#03B86A (or 0x03B86A) is known color: Jade. HEX triplet: 03, B8 and 6A. RGB value is (3,184,106). Sum of RGB (Red+Green+Blue) = 3+184+106=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 184 (72.27% from 255 or 62.80% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 184 - color contains mainly: green. Hex color #03B86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B86A is #FC4795. Grayscale: #797979. Windows color (decimal): -16533398 or 6993923. OLE color: 6993923.

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

Color convert

RGB 3 184 106 -
CMYK 0.98 0 0.42 0.28
HSL 154.14º 0.97% 0.37% -
HSV(B) 154.14º 0.98% 0.72% -
XYZ 19.78 35.34 19.41 -
YUV 120.99 119.53 43.84 -
System Red Green Blue C M Y K H S L
Decimal 3 184 106 0.98 0 0.42 0.28 154.14 0.97 0.37
Hex 3 B8 6A 62 0 2A 1C 9A 61 25
Octal 3 270 152 142 0 52 34 232 141 45
Binary 11 10111000 1101010 1100010 0 101010 11100 10011010 1100001 100101

Color Harmonies of #03B86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B86A

Black with #03B86A

Text Example


Text Example

White with #03B86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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