Html Css Color HEX #0ED648 Malachite

📋 copy color: '#0ED648'

red 14 ◦ green 214 ◦ blue 72

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

Shades of Malachite #0ED648

Tints of Malachite #0ED648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 71.33%

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

R = 4.67%
G = 71.33%
B = 24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#0ED648 (or 0x0ED648) is known color: Malachite. HEX triplet: 0E, D6 and 48. RGB value is (14,214,72). Sum of RGB (Red+Green+Blue) = 14+214+72=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 214 (83.98% from 255 or 71.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED648 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED648 is #F129B7. Grayscale: #8A8A8A. Windows color (decimal): -15804856 or 4773390. OLE color: 4773390.

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

Color convert

RGB 14 214 72 -
CMYK 0.93 0 0.66 0.16
HSL 137.4º 0.88% 0.45% -
HSV(B) 137.4º 0.93% 0.84% -
XYZ 25.4 48.65 14.18 -
YUV 138.01 90.74 39.55 -
System Red Green Blue C M Y K H S L
Decimal 14 214 72 0.93 0 0.66 0.16 137.4 0.88 0.45
Hex E D6 48 5D 0 42 10 89 58 2D
Octal 16 326 110 135 0 102 20 211 130 55
Binary 1110 11010110 1001000 1011101 0 1000010 10000 10001001 1011000 101101

Color Harmonies of #0ED648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED648

Black with #0ED648

Text Example


Text Example

White with #0ED648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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