Html Css Color HEX #0ED451 Malachite

📋 copy color: '#0ED451'

red 14 ◦ green 212 ◦ blue 81

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

Shades of Malachite #0ED451

Tints of Malachite #0ED451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.38%

R = 4.56%
G = 69.06%
B = 26.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#0ED451 (or 0x0ED451) is known color: Malachite. HEX triplet: 0E, D4 and 51. RGB value is (14,212,81). Sum of RGB (Red+Green+Blue) = 14+212+81=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 212 (83.20% from 255 or 69.06% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED451 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED451 is #F12BAE. Grayscale: #8A8A8A. Windows color (decimal): -15805359 or 5362702. OLE color: 5362702.

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

Color convert

RGB 14 212 81 -
CMYK 0.93 0 0.62 0.17
HSL 140.3º 0.88% 0.44% -
HSV(B) 140.3º 0.93% 0.83% -
XYZ 25.21 47.77 15.68 -
YUV 137.86 95.9 39.65 -
System Red Green Blue C M Y K H S L
Decimal 14 212 81 0.93 0 0.62 0.17 140.3 0.88 0.44
Hex E D4 51 5D 0 3E 11 8C 58 2C
Octal 16 324 121 135 0 76 21 214 130 54
Binary 1110 11010100 1010001 1011101 0 111110 10001 10001100 1011000 101100

Color Harmonies of #0ED451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED451

Black with #0ED451

Text Example


Text Example

White with #0ED451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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