Html Css Color HEX #0ED248 Malachite

📋 copy color: '#0ED248'

red 14 ◦ green 210 ◦ blue 72

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

Shades of Malachite #0ED248

Tints of Malachite #0ED248

RGB

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

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

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

R = 4.73%
G = 70.95%
B = 24.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#0ED248 (or 0x0ED248) is known color: Malachite. HEX triplet: 0E, D2 and 48. RGB value is (14,210,72). Sum of RGB (Red+Green+Blue) = 14+210+72=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 210 (82.42% from 255 or 70.95% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED248 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED248 is #F12DB7. Grayscale: #888888. Windows color (decimal): -15805880 or 4772366. OLE color: 4772366.

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

Color convert

RGB 14 210 72 -
CMYK 0.93 0 0.66 0.18
HSL 137.76º 0.88% 0.44% -
HSV(B) 137.76º 0.93% 0.82% -
XYZ 24.4 46.65 13.85 -
YUV 135.66 92.07 41.22 -
System Red Green Blue C M Y K H S L
Decimal 14 210 72 0.93 0 0.66 0.18 137.76 0.88 0.44
Hex E D2 48 5D 0 42 12 8A 58 2C
Octal 16 322 110 135 0 102 22 212 130 54
Binary 1110 11010010 1001000 1011101 0 1000010 10010 10001010 1011000 101100

Color Harmonies of #0ED248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED248

Black with #0ED248

Text Example


Text Example

White with #0ED248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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