Html Css Color HEX #0EFA4C Malachite

📋 copy color: '#0EFA4C'

red 14 ◦ green 250 ◦ blue 76

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

Shades of Malachite #0EFA4C

Tints of Malachite #0EFA4C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 73.53%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 4.12%
G = 73.53%
B = 22.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#0EFA4C (or 0x0EFA4C) is known color: Malachite. HEX triplet: 0E, FA and 4C. RGB value is (14,250,76). Sum of RGB (Red+Green+Blue) = 14+250+76=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 250 (98.05% from 255 or 73.53% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFA4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFA4C is #F105B3. Grayscale: #A0A0A0. Windows color (decimal): -15795636 or 5044750. OLE color: 5044750.

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

Color convert

RGB 14 250 76 -
CMYK 0.94 0 0.70 0.02
HSL 135.76º 0.96% 0.52% -
HSV(B) 135.76º 0.94% 0.98% -
XYZ 35.67 68.99 18.27 -
YUV 159.6 80.81 24.15 -
System Red Green Blue C M Y K H S L
Decimal 14 250 76 0.94 0 0.70 0.02 135.76 0.96 0.52
Hex E FA 4C 5E 0 46 2 88 60 34
Octal 16 372 114 136 0 106 2 210 140 64
Binary 1110 11111010 1001100 1011110 0 1000110 10 10001000 1100000 110100

Color Harmonies of #0EFA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFA4C

Black with #0EFA4C

Text Example


Text Example

White with #0EFA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,250,76); }

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

background-color css

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

 a { background-color: rgb(14,250,76); }

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

border-color css

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

 span { border-color: rgb(14,250,76); }

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