Html Css Color HEX #0EE03D Malachite

📋 copy color: '#0EE03D'

red 14 ◦ green 224 ◦ blue 61

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

Shades of Malachite #0EE03D

Tints of Malachite #0EE03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 4.68%
G = 74.92%
B = 20.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#0EE03D (or 0x0EE03D) is known color: Malachite. HEX triplet: 0E, E0 and 3D. RGB value is (14,224,61). Sum of RGB (Red+Green+Blue) = 14+224+61=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 224 (87.89% from 255 or 74.92% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE03D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE03D is #F11FC2. Grayscale: #8F8F8F. Windows color (decimal): -15802307 or 4055054. OLE color: 4055054.

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

Color convert

RGB 14 224 61 -
CMYK 0.94 0 0.73 0.12
HSL 133.43º 0.88% 0.47% -
HSV(B) 133.43º 0.94% 0.88% -
XYZ 27.68 53.74 13.33 -
YUV 142.63 81.93 36.25 -
System Red Green Blue C M Y K H S L
Decimal 14 224 61 0.94 0 0.73 0.12 133.43 0.88 0.47
Hex E E0 3D 5E 0 49 C 85 58 2F
Octal 16 340 75 136 0 111 14 205 130 57
Binary 1110 11100000 111101 1011110 0 1001001 1100 10000101 1011000 101111

Color Harmonies of #0EE03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE03D

Black with #0EE03D

Text Example


Text Example

White with #0EE03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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