Html Css Color HEX #0EC16C Jade

📋 copy color: '#0EC16C'

red 14 ◦ green 193 ◦ blue 108

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

Shades of Jade #0EC16C

Tints of Jade #0EC16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 4.44%
G = 61.27%
B = 34.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#0EC16C (or 0x0EC16C) is known color: Jade. HEX triplet: 0E, C1 and 6C. RGB value is (14,193,108). Sum of RGB (Red+Green+Blue) = 14+193+108=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC16C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC16C is #F13E93. Grayscale: #818181. Windows color (decimal): -15810196 or 7127310. OLE color: 7127310.

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

Color convert

RGB 14 193 108 -
CMYK 0.93 0 0.44 0.24
HSL 151.51º 0.86% 0.41% -
HSV(B) 151.51º 0.93% 0.76% -
XYZ 21.96 39.32 20.62 -
YUV 129.79 115.7 45.41 -
System Red Green Blue C M Y K H S L
Decimal 14 193 108 0.93 0 0.44 0.24 151.51 0.86 0.41
Hex E C1 6C 5D 0 2C 18 98 56 29
Octal 16 301 154 135 0 54 30 230 126 51
Binary 1110 11000001 1101100 1011101 0 101100 11000 10011000 1010110 101001

Color Harmonies of #0EC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC16C

Black with #0EC16C

Text Example


Text Example

White with #0EC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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