Html Css Color HEX #0EC362 Malachite

📋 copy color: '#0EC362'

red 14 ◦ green 195 ◦ blue 98

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

Shades of Malachite #0EC362

Tints of Malachite #0EC362

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.52%

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 4.56%
G = 63.52%
B = 31.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#0EC362 (or 0x0EC362) is known color: Malachite. HEX triplet: 0E, C3 and 62. RGB value is (14,195,98). Sum of RGB (Red+Green+Blue) = 14+195+98=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 195 (76.56% from 255 or 63.52% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC362 is #F13C9D. Grayscale: #828282. Windows color (decimal): -15809694 or 6472462. OLE color: 6472462.

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

Color convert

RGB 14 195 98 -
CMYK 0.93 0 0.50 0.24
HSL 147.85º 0.87% 0.41% -
HSV(B) 147.85º 0.93% 0.76% -
XYZ 21.9 40.01 18.12 -
YUV 129.82 110.03 45.39 -
System Red Green Blue C M Y K H S L
Decimal 14 195 98 0.93 0 0.50 0.24 147.85 0.87 0.41
Hex E C3 62 5D 0 32 18 94 57 29
Octal 16 303 142 135 0 62 30 224 127 51
Binary 1110 11000011 1100010 1011101 0 110010 11000 10010100 1010111 101001

Color Harmonies of #0EC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC362

Black with #0EC362

Text Example


Text Example

White with #0EC362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,195,98); }

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

background-color css

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

 a { background-color: rgb(14,195,98); }

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

border-color css

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

 span { border-color: rgb(14,195,98); }

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