Html Css Color HEX #0EC254 Malachite

📋 copy color: '#0EC254'

red 14 ◦ green 194 ◦ blue 84

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

Shades of Malachite #0EC254

Tints of Malachite #0EC254

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.44%

 BLUE value IS 84 (33.2% from 255) = 28.77%

R = 4.79%
G = 66.44%
B = 28.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#0EC254 (or 0x0EC254) is known color: Malachite. HEX triplet: 0E, C2 and 54. RGB value is (14,194,84). Sum of RGB (Red+Green+Blue) = 14+194+84=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 194 (76.17% from 255 or 66.44% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC254 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC254 is #F13DAB. Grayscale: #7F7F7F. Windows color (decimal): -15809964 or 5554702. OLE color: 5554702.

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

Color convert

RGB 14 194 84 -
CMYK 0.93 0 0.57 0.24
HSL 143.33º 0.87% 0.41% -
HSV(B) 143.33º 0.93% 0.76% -
XYZ 21.07 39.32 14.87 -
YUV 127.64 103.37 46.94 -
System Red Green Blue C M Y K H S L
Decimal 14 194 84 0.93 0 0.57 0.24 143.33 0.87 0.41
Hex E C2 54 5D 0 39 18 8F 57 29
Octal 16 302 124 135 0 71 30 217 127 51
Binary 1110 11000010 1010100 1011101 0 111001 11000 10001111 1010111 101001

Color Harmonies of #0EC254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC254

Black with #0EC254

Text Example


Text Example

White with #0EC254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,194,84); }

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

background-color css

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

 a { background-color: rgb(14,194,84); }

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

border-color css

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

 span { border-color: rgb(14,194,84); }

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