Html Css Color HEX #0EBC64 Jade

📋 copy color: '#0EBC64'

red 14 ◦ green 188 ◦ blue 100

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

Shades of Jade #0EBC64

Tints of Jade #0EBC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 4.64%
G = 62.25%
B = 33.11%

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

#0EBC64 (or 0x0EBC64) is known color: Jade. HEX triplet: 0E, BC and 64. RGB value is (14,188,100). Sum of RGB (Red+Green+Blue) = 14+188+100=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBC64 is #F1439B. Grayscale: #7E7E7E. Windows color (decimal): -15811484 or 6601742. OLE color: 6601742.

HSL color Cylindrical-coordinate representation of color #0EBC64: hue angle of 149.66º 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 #0EBC64 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 188 100 -
CMYK 0.93 0 0.47 0.26
HSL 149.66º 0.86% 0.4% -
HSV(B) 149.66º 0.93% 0.74% -
XYZ 20.46 36.98 18.12 -
YUV 125.94 113.35 48.16 -
System Red Green Blue C M Y K H S L
Decimal 14 188 100 0.93 0 0.47 0.26 149.66 0.86 0.4
Hex E BC 64 5D 0 2F 1A 96 56 28
Octal 16 274 144 135 0 57 32 226 126 50
Binary 1110 10111100 1100100 1011101 0 101111 11010 10010110 1010110 101000

Color Harmonies of #0EBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC64

Black with #0EBC64

Text Example


Text Example

White with #0EBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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