Html Css Color HEX #0EF147 Malachite

📋 copy color: '#0EF147'

red 14 ◦ green 241 ◦ blue 71

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

Shades of Malachite #0EF147

Tints of Malachite #0EF147

RGB

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

 GREEN value IS 241 (94.53% from 255) = 73.93%

 BLUE value IS 71 (28.13% from 255) = 21.78%

R = 4.29%
G = 73.93%
B = 21.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#0EF147 (or 0x0EF147) is known color: Malachite. HEX triplet: 0E, F1 and 47. RGB value is (14,241,71). Sum of RGB (Red+Green+Blue) = 14+241+71=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #0EF147 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF147 is #F10EB8. Grayscale: #9A9A9A. Windows color (decimal): -15797945 or 4714766. OLE color: 4714766.

HSL color Cylindrical-coordinate representation of color #0EF147: hue angle of 135.07º degrees, saturation: 0.89, 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 #0EF147 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 14 241 71 -
CMYK 0.94 0 0.71 0.05
HSL 135.07º 0.89% 0.5% -
HSV(B) 135.07º 0.94% 0.95% -
XYZ 32.77 63.46 16.48 -
YUV 153.75 81.29 28.32 -
System Red Green Blue C M Y K H S L
Decimal 14 241 71 0.94 0 0.71 0.05 135.07 0.89 0.5
Hex E F1 47 5E 0 47 5 87 59 32
Octal 16 361 107 136 0 107 5 207 131 62
Binary 1110 11110001 1000111 1011110 0 1000111 101 10000111 1011001 110010

Color Harmonies of #0EF147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF147

Black with #0EF147

Text Example


Text Example

White with #0EF147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,241,71); }

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

background-color css

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

 a { background-color: rgb(14,241,71); }

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

border-color css

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

 span { border-color: rgb(14,241,71); }

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