Html Css Color HEX #0EE964 Malachite

📋 copy color: '#0EE964'

red 14 ◦ green 233 ◦ blue 100

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

Shades of Malachite #0EE964

Tints of Malachite #0EE964

RGB

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

 GREEN value IS 233 (91.41% from 255) = 67.15%

 BLUE value IS 100 (39.45% from 255) = 28.82%

R = 4.03%
G = 67.15%
B = 28.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#0EE964 (or 0x0EE964) is known color: Malachite. HEX triplet: 0E, E9 and 64. RGB value is (14,233,100). Sum of RGB (Red+Green+Blue) = 14+233+100=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 233 (91.41% from 255 or 67.15% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE964 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EE964 is #F1169B. Grayscale: #989898. Windows color (decimal): -15799964 or 6613262. OLE color: 6613262.

HSL color Cylindrical-coordinate representation of color #0EE964: hue angle of 143.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE964 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 14 233 100 -
CMYK 0.94 0 0.57 0.09
HSL 143.56º 0.89% 0.48% -
HSV(B) 143.56º 0.94% 0.91% -
XYZ 31.62 59.29 21.83 -
YUV 152.36 98.45 29.31 -
System Red Green Blue C M Y K H S L
Decimal 14 233 100 0.94 0 0.57 0.09 143.56 0.89 0.48
Hex E E9 64 5E 0 39 9 90 59 30
Octal 16 351 144 136 0 71 11 220 131 60
Binary 1110 11101001 1100100 1011110 0 111001 1001 10010000 1011001 110000

Color Harmonies of #0EE964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE964

Black with #0EE964

Text Example


Text Example

White with #0EE964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,233,100); }

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

background-color css

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

 a { background-color: rgb(14,233,100); }

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

border-color css

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

 span { border-color: rgb(14,233,100); }

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