Html Css Color HEX #03BA72 Jade

📋 copy color: '#03BA72'

red 3 ◦ green 186 ◦ blue 114

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

Shades of Jade #03BA72

Tints of Jade #03BA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 0.99%
G = 61.39%
B = 37.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#03BA72 (or 0x03BA72) is known color: Jade. HEX triplet: 03, BA and 72. RGB value is (3,186,114). Sum of RGB (Red+Green+Blue) = 3+186+114=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA72 is #FC458D. Grayscale: #7B7B7B. Windows color (decimal): -16532878 or 7518723. OLE color: 7518723.

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

Color convert

RGB 3 186 114 -
CMYK 0.98 0 0.39 0.27
HSL 156.39º 0.97% 0.37% -
HSV(B) 156.39º 0.98% 0.73% -
XYZ 20.63 36.35 21.85 -
YUV 123.08 122.87 42.35 -
System Red Green Blue C M Y K H S L
Decimal 3 186 114 0.98 0 0.39 0.27 156.39 0.97 0.37
Hex 3 BA 72 62 0 27 1B 9C 61 25
Octal 3 272 162 142 0 47 33 234 141 45
Binary 11 10111010 1110010 1100010 0 100111 11011 10011100 1100001 100101

Color Harmonies of #03BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA72

Black with #03BA72

Text Example


Text Example

White with #03BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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