Html Css Color HEX #0EFD49 Malachite

📋 copy color: '#0EFD49'

red 14 ◦ green 253 ◦ blue 73

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

Shades of Malachite #0EFD49

Tints of Malachite #0EFD49

RGB

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

 GREEN value IS 253 (99.22% from 255) = 74.41%

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

R = 4.12%
G = 74.41%
B = 21.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#0EFD49 (or 0x0EFD49) is known color: Malachite. HEX triplet: 0E, FD and 49. RGB value is (14,253,73). Sum of RGB (Red+Green+Blue) = 14+253+73=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 253 (99.22% from 255 or 74.41% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFD49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFD49 is #F102B6. Grayscale: #A1A1A1. Windows color (decimal): -15794871 or 4848910. OLE color: 4848910.

HSL color Cylindrical-coordinate representation of color #0EFD49: hue angle of 134.81º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFD49 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 253 73 -
CMYK 0.94 0 0.71 0.01
HSL 134.81º 0.98% 0.52% -
HSV(B) 134.81º 0.94% 0.99% -
XYZ 36.51 70.82 18.05 -
YUV 161.02 78.32 23.14 -
System Red Green Blue C M Y K H S L
Decimal 14 253 73 0.94 0 0.71 0.01 134.81 0.98 0.52
Hex E FD 49 5E 0 47 1 87 62 34
Octal 16 375 111 136 0 107 1 207 142 64
Binary 1110 11111101 1001001 1011110 0 1000111 1 10000111 1100010 110100

Color Harmonies of #0EFD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFD49

Black with #0EFD49

Text Example


Text Example

White with #0EFD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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