Html Css Color HEX #0EC56C Jade

📋 copy color: '#0EC56C'

red 14 ◦ green 197 ◦ blue 108

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

Shades of Jade #0EC56C

Tints of Jade #0EC56C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.76%

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

R = 4.39%
G = 61.76%
B = 33.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#0EC56C (or 0x0EC56C) is known color: Jade. HEX triplet: 0E, C5 and 6C. RGB value is (14,197,108). Sum of RGB (Red+Green+Blue) = 14+197+108=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 197 (77.34% from 255 or 61.76% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC56C is #F13A93. Grayscale: #848484. Windows color (decimal): -15809172 or 7128334. OLE color: 7128334.

HSL color Cylindrical-coordinate representation of color #0EC56C: hue angle of 150.82º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC56C is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 14 197 108 -
CMYK 0.93 0 0.45 0.23
HSL 150.82º 0.87% 0.41% -
HSV(B) 150.82º 0.93% 0.77% -
XYZ 22.85 41.11 20.92 -
YUV 132.14 114.37 43.74 -
System Red Green Blue C M Y K H S L
Decimal 14 197 108 0.93 0 0.45 0.23 150.82 0.87 0.41
Hex E C5 6C 5D 0 2D 17 97 57 29
Octal 16 305 154 135 0 55 27 227 127 51
Binary 1110 11000101 1101100 1011101 0 101101 10111 10010111 1010111 101001

Color Harmonies of #0EC56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC56C

Black with #0EC56C

Text Example


Text Example

White with #0EC56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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