Html Css Color HEX #0EEA59 Malachite

📋 copy color: '#0EEA59'

red 14 ◦ green 234 ◦ blue 89

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

Shades of Malachite #0EEA59

Tints of Malachite #0EEA59

RGB

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

 GREEN value IS 234 (91.8% from 255) = 69.44%

 BLUE value IS 89 (35.16% from 255) = 26.41%

R = 4.15%
G = 69.44%
B = 26.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#0EEA59 (or 0x0EEA59) is known color: Malachite. HEX triplet: 0E, EA and 59. RGB value is (14,234,89). Sum of RGB (Red+Green+Blue) = 14+234+89=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 234 (91.80% from 255 or 69.44% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA59 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEA59 is #F115A6. Grayscale: #989898. Windows color (decimal): -15799719 or 5892622. OLE color: 5892622.

HSL color Cylindrical-coordinate representation of color #0EEA59: hue angle of 140.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEA59 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 234 89 -
CMYK 0.94 0 0.62 0.08
HSL 140.45º 0.89% 0.49% -
HSV(B) 140.45º 0.94% 0.92% -
XYZ 31.41 59.66 19.31 -
YUV 151.69 92.61 29.79 -
System Red Green Blue C M Y K H S L
Decimal 14 234 89 0.94 0 0.62 0.08 140.45 0.89 0.49
Hex E EA 59 5E 0 3E 8 8C 59 31
Octal 16 352 131 136 0 76 10 214 131 61
Binary 1110 11101010 1011001 1011110 0 111110 1000 10001100 1011001 110001

Color Harmonies of #0EEA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEA59

Black with #0EEA59

Text Example


Text Example

White with #0EEA59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,234,89); }

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

background-color css

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

 a { background-color: rgb(14,234,89); }

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

border-color css

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

 span { border-color: rgb(14,234,89); }

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