Html Css Color HEX #0EBA72 Jade

📋 copy color: '#0EBA72'

red 14 ◦ green 186 ◦ blue 114

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

Shades of Jade #0EBA72

Tints of Jade #0EBA72

RGB

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

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

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

R = 4.46%
G = 59.24%
B = 36.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#0EBA72 (or 0x0EBA72) is known color: Jade. HEX triplet: 0E, BA and 72. RGB value is (14,186,114). Sum of RGB (Red+Green+Blue) = 14+186+114=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA72 is #F1458D. Grayscale: #7E7E7E. Windows color (decimal): -15811982 or 7518734. OLE color: 7518734.

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

Color convert

RGB 14 186 114 -
CMYK 0.92 0 0.39 0.27
HSL 154.88º 0.86% 0.39% -
HSV(B) 154.88º 0.92% 0.73% -
XYZ 20.78 36.43 21.86 -
YUV 126.36 121.02 47.85 -
System Red Green Blue C M Y K H S L
Decimal 14 186 114 0.92 0 0.39 0.27 154.88 0.86 0.39
Hex E BA 72 5C 0 27 1B 9B 56 27
Octal 16 272 162 134 0 47 33 233 126 47
Binary 1110 10111010 1110010 1011100 0 100111 11011 10011011 1010110 100111

Color Harmonies of #0EBA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBA72

Black with #0EBA72

Text Example


Text Example

White with #0EBA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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