Html Css Color HEX #0EFB4C Malachite

📋 copy color: '#0EFB4C'

red 14 ◦ green 251 ◦ blue 76

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

Shades of Malachite #0EFB4C

Tints of Malachite #0EFB4C

RGB

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

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

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

R = 4.11%
G = 73.61%
B = 22.29%

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

#0EFB4C (or 0x0EFB4C) is known color: Malachite. HEX triplet: 0E, FB and 4C. RGB value is (14,251,76). Sum of RGB (Red+Green+Blue) = 14+251+76=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 251 (98.44% from 255 or 73.61% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFB4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFB4C is #F104B3. Grayscale: #A0A0A0. Windows color (decimal): -15795380 or 5045006. OLE color: 5045006.

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

Color convert

RGB 14 251 76 -
CMYK 0.94 0 0.70 0.02
HSL 135.7º 0.97% 0.52% -
HSV(B) 135.7º 0.94% 0.98% -
XYZ 35.98 69.61 18.38 -
YUV 160.19 80.48 23.73 -
System Red Green Blue C M Y K H S L
Decimal 14 251 76 0.94 0 0.70 0.02 135.7 0.97 0.52
Hex E FB 4C 5E 0 46 2 88 61 34
Octal 16 373 114 136 0 106 2 210 141 64
Binary 1110 11111011 1001100 1011110 0 1000110 10 10001000 1100001 110100

Color Harmonies of #0EFB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFB4C

Black with #0EFB4C

Text Example


Text Example

White with #0EFB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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