Html Css Color HEX #0EC163 Jade

📋 copy color: '#0EC163'

red 14 ◦ green 193 ◦ blue 99

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

Shades of Jade #0EC163

Tints of Jade #0EC163

RGB

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

 GREEN value IS 193 (75.78% from 255) = 63.07%

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

R = 4.58%
G = 63.07%
B = 32.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#0EC163 (or 0x0EC163) is known color: Jade. HEX triplet: 0E, C1 and 63. RGB value is (14,193,99). Sum of RGB (Red+Green+Blue) = 14+193+99=306 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.58% from 306); Green value is 193 (75.78% from 255 or 63.07% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC163 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC163 is #F13E9C. Grayscale: #808080. Windows color (decimal): -15810205 or 6537486. OLE color: 6537486.

HSL color Cylindrical-coordinate representation of color #0EC163: hue angle of 148.49º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC163 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 193 99 -
CMYK 0.93 0 0.49 0.24
HSL 148.49º 0.86% 0.41% -
HSV(B) 148.49º 0.93% 0.76% -
XYZ 21.5 39.13 18.22 -
YUV 128.76 111.2 46.14 -
System Red Green Blue C M Y K H S L
Decimal 14 193 99 0.93 0 0.49 0.24 148.49 0.86 0.41
Hex E C1 63 5D 0 31 18 94 56 29
Octal 16 301 143 135 0 61 30 224 126 51
Binary 1110 11000001 1100011 1011101 0 110001 11000 10010100 1010110 101001

Color Harmonies of #0EC163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC163

Black with #0EC163

Text Example


Text Example

White with #0EC163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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