Html Css Color HEX #0EFA39 Malachite

📋 copy color: '#0EFA39'

red 14 ◦ green 250 ◦ blue 57

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

Shades of Malachite #0EFA39

Tints of Malachite #0EFA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.76%

R = 4.36%
G = 77.88%
B = 17.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#0EFA39 (or 0x0EFA39) is known color: Malachite. HEX triplet: 0E, FA and 39. RGB value is (14,250,57). Sum of RGB (Red+Green+Blue) = 14+250+57=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 250 (98.05% from 255 or 77.88% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFA39 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFA39 is #F105C6. Grayscale: #9D9D9D. Windows color (decimal): -15795655 or 3799566. OLE color: 3799566.

HSL color Cylindrical-coordinate representation of color #0EFA39: hue angle of 130.93º 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 #0EFA39 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 250 57 -
CMYK 0.94 0 0.77 0.02
HSL 130.93º 0.96% 0.52% -
HSV(B) 130.93º 0.94% 0.98% -
XYZ 35.11 68.76 15.29 -
YUV 157.43 71.31 25.69 -
System Red Green Blue C M Y K H S L
Decimal 14 250 57 0.94 0 0.77 0.02 130.93 0.96 0.52
Hex E FA 39 5E 0 4D 2 83 60 34
Octal 16 372 71 136 0 115 2 203 140 64
Binary 1110 11111010 111001 1011110 0 1001101 10 10000011 1100000 110100

Color Harmonies of #0EFA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFA39

Black with #0EFA39

Text Example


Text Example

White with #0EFA39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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