Html Css Color HEX #0EF35D Malachite

📋 copy color: '#0EF35D'

red 14 ◦ green 243 ◦ blue 93

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

Shades of Malachite #0EF35D

Tints of Malachite #0EF35D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 69.43%

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 4%
G = 69.43%
B = 26.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#0EF35D (or 0x0EF35D) is known color: Malachite. HEX triplet: 0E, F3 and 5D. RGB value is (14,243,93). Sum of RGB (Red+Green+Blue) = 14+243+93=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #0EF35D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF35D is #F10CA2. Grayscale: #9D9D9D. Windows color (decimal): -15797411 or 6157070. OLE color: 6157070.

HSL color Cylindrical-coordinate representation of color #0EF35D: hue angle of 140.7º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF35D is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 14 243 93 -
CMYK 0.94 0 0.62 0.05
HSL 140.7º 0.91% 0.5% -
HSV(B) 140.7º 0.94% 0.95% -
XYZ 34.21 64.98 21.1 -
YUV 157.43 91.63 25.7 -
System Red Green Blue C M Y K H S L
Decimal 14 243 93 0.94 0 0.62 0.05 140.7 0.91 0.5
Hex E F3 5D 5E 0 3E 5 8D 5B 32
Octal 16 363 135 136 0 76 5 215 133 62
Binary 1110 11110011 1011101 1011110 0 111110 101 10001101 1011011 110010

Color Harmonies of #0EF35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF35D

Black with #0EF35D

Text Example


Text Example

White with #0EF35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,243,93); }

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

background-color css

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

 a { background-color: rgb(14,243,93); }

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

border-color css

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

 span { border-color: rgb(14,243,93); }

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