Html Css Color HEX #0EC166 Jade

📋 copy color: '#0EC166'

red 14 ◦ green 193 ◦ blue 102

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

Shades of Jade #0EC166

Tints of Jade #0EC166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 4.53%
G = 62.46%
B = 33.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#0EC166 (or 0x0EC166) is known color: Jade. HEX triplet: 0E, C1 and 66. RGB value is (14,193,102). Sum of RGB (Red+Green+Blue) = 14+193+102=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 193 (75.78% from 255 or 62.46% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC166 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC166 is #F13E99. Grayscale: #818181. Windows color (decimal): -15810202 or 6734094. OLE color: 6734094.

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

Color convert

RGB 14 193 102 -
CMYK 0.93 0 0.47 0.24
HSL 149.5º 0.86% 0.41% -
HSV(B) 149.5º 0.93% 0.76% -
XYZ 21.65 39.19 18.99 -
YUV 129.11 112.7 45.9 -
System Red Green Blue C M Y K H S L
Decimal 14 193 102 0.93 0 0.47 0.24 149.5 0.86 0.41
Hex E C1 66 5D 0 2F 18 95 56 29
Octal 16 301 146 135 0 57 30 225 126 51
Binary 1110 11000001 1100110 1011101 0 101111 11000 10010101 1010110 101001

Color Harmonies of #0EC166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC166

Black with #0EC166

Text Example


Text Example

White with #0EC166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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