Html Css Color HEX #0EBC63 Jade

📋 copy color: '#0EBC63'

red 14 ◦ green 188 ◦ blue 99

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

Shades of Jade #0EBC63

Tints of Jade #0EBC63

RGB

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

 GREEN value IS 188 (73.83% from 255) = 62.46%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 4.65%
G = 62.46%
B = 32.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#0EBC63 (or 0x0EBC63) is known color: Jade. HEX triplet: 0E, BC and 63. RGB value is (14,188,99). Sum of RGB (Red+Green+Blue) = 14+188+99=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBC63 is #F1439C. Grayscale: #7E7E7E. Windows color (decimal): -15811485 or 6536206. OLE color: 6536206.

HSL color Cylindrical-coordinate representation of color #0EBC63: hue angle of 149.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC63 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 188 99 -
CMYK 0.93 0 0.47 0.26
HSL 149.31º 0.86% 0.4% -
HSV(B) 149.31º 0.93% 0.74% -
XYZ 20.42 36.96 17.86 -
YUV 125.83 112.85 48.24 -
System Red Green Blue C M Y K H S L
Decimal 14 188 99 0.93 0 0.47 0.26 149.31 0.86 0.4
Hex E BC 63 5D 0 2F 1A 95 56 28
Octal 16 274 143 135 0 57 32 225 126 50
Binary 1110 10111100 1100011 1011101 0 101111 11010 10010101 1010110 101000

Color Harmonies of #0EBC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC63

Black with #0EBC63

Text Example


Text Example

White with #0EBC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,188,99); }

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

background-color css

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

 a { background-color: rgb(14,188,99); }

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

border-color css

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

 span { border-color: rgb(14,188,99); }

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