Html Css Color HEX #0EE13B Malachite

📋 copy color: '#0EE13B'

red 14 ◦ green 225 ◦ blue 59

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

Shades of Malachite #0EE13B

Tints of Malachite #0EE13B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 75.5%

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 4.7%
G = 75.5%
B = 19.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#0EE13B (or 0x0EE13B) is known color: Malachite. HEX triplet: 0E, E1 and 3B. RGB value is (14,225,59). Sum of RGB (Red+Green+Blue) = 14+225+59=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 225 (88.28% from 255 or 75.50% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE13B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE13B is #F11EC4. Grayscale: #8F8F8F. Windows color (decimal): -15802053 or 3924238. OLE color: 3924238.

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

Color convert

RGB 14 225 59 -
CMYK 0.94 0 0.74 0.12
HSL 132.8º 0.88% 0.47% -
HSV(B) 132.8º 0.94% 0.88% -
XYZ 27.9 54.26 13.14 -
YUV 142.99 80.6 36 -
System Red Green Blue C M Y K H S L
Decimal 14 225 59 0.94 0 0.74 0.12 132.8 0.88 0.47
Hex E E1 3B 5E 0 4A C 85 58 2F
Octal 16 341 73 136 0 112 14 205 130 57
Binary 1110 11100001 111011 1011110 0 1001010 1100 10000101 1011000 101111

Color Harmonies of #0EE13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE13B

Black with #0EE13B

Text Example


Text Example

White with #0EE13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,225,59); }

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

background-color css

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

 a { background-color: rgb(14,225,59); }

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

border-color css

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

 span { border-color: rgb(14,225,59); }

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