Html Css Color HEX #0EFB4D Malachite

📋 copy color: '#0EFB4D'

red 14 ◦ green 251 ◦ blue 77

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

Shades of Malachite #0EFB4D

Tints of Malachite #0EFB4D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 73.39%

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 4.09%
G = 73.39%
B = 22.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#0EFB4D (or 0x0EFB4D) is known color: Malachite. HEX triplet: 0E, FB and 4D. RGB value is (14,251,77). Sum of RGB (Red+Green+Blue) = 14+251+77=342 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.09% from 342); Green value is 251 (98.44% from 255 or 73.39% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFB4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFB4D is #F104B2. Grayscale: #A0A0A0. Windows color (decimal): -15795379 or 5110542. OLE color: 5110542.

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

Color convert

RGB 14 251 77 -
CMYK 0.94 0 0.69 0.02
HSL 135.95º 0.97% 0.52% -
HSV(B) 135.95º 0.94% 0.98% -
XYZ 36.02 69.62 18.56 -
YUV 160.3 80.98 23.65 -
System Red Green Blue C M Y K H S L
Decimal 14 251 77 0.94 0 0.69 0.02 135.95 0.97 0.52
Hex E FB 4D 5E 0 45 2 88 61 34
Octal 16 373 115 136 0 105 2 210 141 64
Binary 1110 11111011 1001101 1011110 0 1000101 10 10001000 1100001 110100

Color Harmonies of #0EFB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFB4D

Black with #0EFB4D

Text Example


Text Example

White with #0EFB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,251,77); }

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

background-color css

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

 a { background-color: rgb(14,251,77); }

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

border-color css

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

 span { border-color: rgb(14,251,77); }

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