Html Css Color HEX #0EE03F Malachite

📋 copy color: '#0EE03F'

red 14 ◦ green 224 ◦ blue 63

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

Shades of Malachite #0EE03F

Tints of Malachite #0EE03F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 74.42%

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

R = 4.65%
G = 74.42%
B = 20.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#0EE03F (or 0x0EE03F) is known color: Malachite. HEX triplet: 0E, E0 and 3F. RGB value is (14,224,63). Sum of RGB (Red+Green+Blue) = 14+224+63=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 224 (87.89% from 255 or 74.42% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE03F is #F11FC0. Grayscale: #8F8F8F. Windows color (decimal): -15802305 or 4186126. OLE color: 4186126.

HSL color Cylindrical-coordinate representation of color #0EE03F: hue angle of 134º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE03F is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 224 63 -
CMYK 0.94 0 0.72 0.12
HSL 134º 0.88% 0.47% -
HSV(B) 134º 0.94% 0.88% -
XYZ 27.73 53.76 13.62 -
YUV 142.86 82.93 36.09 -
System Red Green Blue C M Y K H S L
Decimal 14 224 63 0.94 0 0.72 0.12 134 0.88 0.47
Hex E E0 3F 5E 0 48 C 86 58 2F
Octal 16 340 77 136 0 110 14 206 130 57
Binary 1110 11100000 111111 1011110 0 1001000 1100 10000110 1011000 101111

Color Harmonies of #0EE03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE03F

Black with #0EE03F

Text Example


Text Example

White with #0EE03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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