Html Css Color HEX #0ECE4A Malachite

📋 copy color: '#0ECE4A'

red 14 ◦ green 206 ◦ blue 74

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

Shades of Malachite #0ECE4A

Tints of Malachite #0ECE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 70.07%

 BLUE value IS 74 (29.3% from 255) = 25.17%

R = 4.76%
G = 70.07%
B = 25.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#0ECE4A (or 0x0ECE4A) is known color: Malachite. HEX triplet: 0E, CE and 4A. RGB value is (14,206,74). Sum of RGB (Red+Green+Blue) = 14+206+74=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 206 (80.86% from 255 or 70.07% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECE4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECE4A is #F131B5. Grayscale: #858585. Windows color (decimal): -15806902 or 4902414. OLE color: 4902414.

HSL color Cylindrical-coordinate representation of color #0ECE4A: hue angle of 138.75º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECE4A is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 14 206 74 -
CMYK 0.93 0 0.64 0.19
HSL 138.75º 0.87% 0.43% -
HSV(B) 138.75º 0.93% 0.81% -
XYZ 23.49 44.73 13.87 -
YUV 133.54 94.39 42.73 -
System Red Green Blue C M Y K H S L
Decimal 14 206 74 0.93 0 0.64 0.19 138.75 0.87 0.43
Hex E CE 4A 5D 0 40 13 8B 57 2B
Octal 16 316 112 135 0 100 23 213 127 53
Binary 1110 11001110 1001010 1011101 0 1000000 10011 10001011 1010111 101011

Color Harmonies of #0ECE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECE4A

Black with #0ECE4A

Text Example


Text Example

White with #0ECE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,206,74); }

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

background-color css

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

 a { background-color: rgb(14,206,74); }

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

border-color css

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

 span { border-color: rgb(14,206,74); }

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