Html Css Color HEX #0EF73C Malachite

📋 copy color: '#0EF73C'

red 14 ◦ green 247 ◦ blue 60

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

Shades of Malachite #0EF73C

Tints of Malachite #0EF73C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 76.95%

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 4.36%
G = 76.95%
B = 18.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#0EF73C (or 0x0EF73C) is known color: Malachite. HEX triplet: 0E, F7 and 3C. RGB value is (14,247,60). Sum of RGB (Red+Green+Blue) = 14+247+60=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 247 (96.88% from 255 or 76.95% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 247 - color contains mainly: green. Hex color #0EF73C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF73C is #F108C3. Grayscale: #9C9C9C. Windows color (decimal): -15796420 or 3995406. OLE color: 3995406.

HSL color Cylindrical-coordinate representation of color #0EF73C: hue angle of 131.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF73C is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 14 247 60 -
CMYK 0.94 0 0.76 0.03
HSL 131.85º 0.94% 0.51% -
HSV(B) 131.85º 0.94% 0.97% -
XYZ 34.26 66.94 15.39 -
YUV 156.02 73.81 26.71 -
System Red Green Blue C M Y K H S L
Decimal 14 247 60 0.94 0 0.76 0.03 131.85 0.94 0.51
Hex E F7 3C 5E 0 4C 3 84 5E 33
Octal 16 367 74 136 0 114 3 204 136 63
Binary 1110 11110111 111100 1011110 0 1001100 11 10000100 1011110 110011

Color Harmonies of #0EF73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF73C

Black with #0EF73C

Text Example


Text Example

White with #0EF73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,247,60); }

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

background-color css

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

 a { background-color: rgb(14,247,60); }

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

border-color css

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

 span { border-color: rgb(14,247,60); }

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