Html Css Color HEX #0ED249 Malachite

📋 copy color: '#0ED249'

red 14 ◦ green 210 ◦ blue 73

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

Shades of Malachite #0ED249

Tints of Malachite #0ED249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 70.71%

 BLUE value IS 73 (28.91% from 255) = 24.58%

R = 4.71%
G = 70.71%
B = 24.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#0ED249 (or 0x0ED249) is known color: Malachite. HEX triplet: 0E, D2 and 49. RGB value is (14,210,73). Sum of RGB (Red+Green+Blue) = 14+210+73=297 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.71% from 297); Green value is 210 (82.42% from 255 or 70.71% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED249 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED249 is #F12DB6. Grayscale: #888888. Windows color (decimal): -15805879 or 4837902. OLE color: 4837902.

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

Color convert

RGB 14 210 73 -
CMYK 0.93 0 0.65 0.18
HSL 138.06º 0.88% 0.44% -
HSV(B) 138.06º 0.93% 0.82% -
XYZ 24.43 46.67 14.02 -
YUV 135.78 92.57 41.14 -
System Red Green Blue C M Y K H S L
Decimal 14 210 73 0.93 0 0.65 0.18 138.06 0.88 0.44
Hex E D2 49 5D 0 41 12 8A 58 2C
Octal 16 322 111 135 0 101 22 212 130 54
Binary 1110 11010010 1001001 1011101 0 1000001 10010 10001010 1011000 101100

Color Harmonies of #0ED249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED249

Black with #0ED249

Text Example


Text Example

White with #0ED249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,210,73); }

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

background-color css

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

 a { background-color: rgb(14,210,73); }

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

border-color css

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

 span { border-color: rgb(14,210,73); }

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