Html Css Color HEX #0EFD3F Malachite

📋 copy color: '#0EFD3F'

red 14 ◦ green 253 ◦ blue 63

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

Shades of Malachite #0EFD3F

Tints of Malachite #0EFD3F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 76.67%

 BLUE value IS 63 (25% from 255) = 19.09%

R = 4.24%
G = 76.67%
B = 19.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#0EFD3F (or 0x0EFD3F) is known color: Malachite. HEX triplet: 0E, FD and 3F. RGB value is (14,253,63). Sum of RGB (Red+Green+Blue) = 14+253+63=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 253 (99.22% from 255 or 76.67% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFD3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFD3F is #F102C0. Grayscale: #A0A0A0. Windows color (decimal): -15794881 or 4193550. OLE color: 4193550.

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

Color convert

RGB 14 253 63 -
CMYK 0.94 0 0.75 0.01
HSL 132.3º 0.98% 0.52% -
HSV(B) 132.3º 0.94% 0.99% -
XYZ 36.2 70.7 16.44 -
YUV 159.88 73.32 23.95 -
System Red Green Blue C M Y K H S L
Decimal 14 253 63 0.94 0 0.75 0.01 132.3 0.98 0.52
Hex E FD 3F 5E 0 4B 1 84 62 34
Octal 16 375 77 136 0 113 1 204 142 64
Binary 1110 11111101 111111 1011110 0 1001011 1 10000100 1100010 110100

Color Harmonies of #0EFD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFD3F

Black with #0EFD3F

Text Example


Text Example

White with #0EFD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,253,63); }

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

background-color css

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

 a { background-color: rgb(14,253,63); }

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

border-color css

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

 span { border-color: rgb(14,253,63); }

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