Html Css Color HEX #03BA74 Jade

📋 copy color: '#03BA74'

red 3 ◦ green 186 ◦ blue 116

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

Shades of Jade #03BA74

Tints of Jade #03BA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.98%

 BLUE value IS 116 (45.7% from 255) = 38.03%

R = 0.98%
G = 60.98%
B = 38.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#03BA74 (or 0x03BA74) is known color: Jade. HEX triplet: 03, BA and 74. RGB value is (3,186,116). Sum of RGB (Red+Green+Blue) = 3+186+116=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA74 is #FC458B. Grayscale: #7B7B7B. Windows color (decimal): -16532876 or 7649795. OLE color: 7649795.

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

Color convert

RGB 3 186 116 -
CMYK 0.98 0 0.38 0.27
HSL 157.05º 0.97% 0.37% -
HSV(B) 157.05º 0.98% 0.73% -
XYZ 20.75 36.4 22.45 -
YUV 123.3 123.87 42.19 -
System Red Green Blue C M Y K H S L
Decimal 3 186 116 0.98 0 0.38 0.27 157.05 0.97 0.37
Hex 3 BA 74 62 0 26 1B 9D 61 25
Octal 3 272 164 142 0 46 33 235 141 45
Binary 11 10111010 1110100 1100010 0 100110 11011 10011101 1100001 100101

Color Harmonies of #03BA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA74

Black with #03BA74

Text Example


Text Example

White with #03BA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,186,116); }

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

background-color css

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

 a { background-color: rgb(3,186,116); }

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

border-color css

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

 span { border-color: rgb(3,186,116); }

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