Html Css Color HEX #0EBA73 Jade

📋 copy color: '#0EBA73'

red 14 ◦ green 186 ◦ blue 115

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

Shades of Jade #0EBA73

Tints of Jade #0EBA73

RGB

 RED value IS 14 (5.86% from 255) = 4.44%

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

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 4.44%
G = 59.05%
B = 36.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#0EBA73 (or 0x0EBA73) is known color: Jade. HEX triplet: 0E, BA and 73. RGB value is (14,186,115). Sum of RGB (Red+Green+Blue) = 14+186+115=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA73 is #F1458C. Grayscale: #7E7E7E. Windows color (decimal): -15811981 or 7584270. OLE color: 7584270.

HSL color Cylindrical-coordinate representation of color #0EBA73: hue angle of 155.23º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA73 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 186 115 -
CMYK 0.92 0 0.38 0.27
HSL 155.23º 0.86% 0.39% -
HSV(B) 155.23º 0.92% 0.73% -
XYZ 20.83 36.45 22.16 -
YUV 126.48 121.52 47.77 -
System Red Green Blue C M Y K H S L
Decimal 14 186 115 0.92 0 0.38 0.27 155.23 0.86 0.39
Hex E BA 73 5C 0 26 1B 9B 56 27
Octal 16 272 163 134 0 46 33 233 126 47
Binary 1110 10111010 1110011 1011100 0 100110 11011 10011011 1010110 100111

Color Harmonies of #0EBA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA73

Black with #0EBA73

Text Example


Text Example

White with #0EBA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EBA73; }

 p { color: rgb(14,186,115); }

 H1.HeaderClassName
 {
   color: #0EBA73;
 }
 .AnyTagClassName
 {
   color: #0EBA73;
 }
</style>

background-color css

<style>
 a { background-color: #0EBA73; }

 a { background-color: rgb(14,186,115); }

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

border-color css

<style>
 span { border-color: #0EBA73; }

 span { border-color: rgb(14,186,115); }

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