Html Css Color HEX #0ED448 Malachite

📋 copy color: '#0ED448'

red 14 ◦ green 212 ◦ blue 72

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

Shades of Malachite #0ED448

Tints of Malachite #0ED448

RGB

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

 GREEN value IS 212 (83.2% from 255) = 71.14%

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 4.7%
G = 71.14%
B = 24.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#0ED448 (or 0x0ED448) is known color: Malachite. HEX triplet: 0E, D4 and 48. RGB value is (14,212,72). Sum of RGB (Red+Green+Blue) = 14+212+72=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 212 (83.20% from 255 or 71.14% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED448 is #F12BB7. Grayscale: #898989. Windows color (decimal): -15805368 or 4772878. OLE color: 4772878.

HSL color Cylindrical-coordinate representation of color #0ED448: hue angle of 137.58º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED448 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 212 72 -
CMYK 0.93 0 0.66 0.17
HSL 137.58º 0.88% 0.44% -
HSV(B) 137.58º 0.93% 0.83% -
XYZ 24.89 47.65 14.02 -
YUV 136.84 91.4 40.38 -
System Red Green Blue C M Y K H S L
Decimal 14 212 72 0.93 0 0.66 0.17 137.58 0.88 0.44
Hex E D4 48 5D 0 42 11 8A 58 2C
Octal 16 324 110 135 0 102 21 212 130 54
Binary 1110 11010100 1001000 1011101 0 1000010 10001 10001010 1011000 101100

Color Harmonies of #0ED448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED448

Black with #0ED448

Text Example


Text Example

White with #0ED448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,212,72); }

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

background-color css

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

 a { background-color: rgb(14,212,72); }

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

border-color css

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

 span { border-color: rgb(14,212,72); }

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