Html Css Color HEX #0EE764 Malachite

📋 copy color: '#0EE764'

red 14 ◦ green 231 ◦ blue 100

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

Shades of Malachite #0EE764

Tints of Malachite #0EE764

RGB

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

 GREEN value IS 231 (90.63% from 255) = 66.96%

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

R = 4.06%
G = 66.96%
B = 28.99%

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

#0EE764 (or 0x0EE764) is known color: Malachite. HEX triplet: 0E, E7 and 64. RGB value is (14,231,100). Sum of RGB (Red+Green+Blue) = 14+231+100=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 231 (90.62% from 255 or 66.96% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE764 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EE764 is #F1189B. Grayscale: #979797. Windows color (decimal): -15800476 or 6612750. OLE color: 6612750.

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

Color convert

RGB 14 231 100 -
CMYK 0.94 0 0.57 0.09
HSL 143.78º 0.89% 0.48% -
HSV(B) 143.78º 0.94% 0.91% -
XYZ 31.06 58.17 21.65 -
YUV 151.18 99.11 30.15 -
System Red Green Blue C M Y K H S L
Decimal 14 231 100 0.94 0 0.57 0.09 143.78 0.89 0.48
Hex E E7 64 5E 0 39 9 90 59 30
Octal 16 347 144 136 0 71 11 220 131 60
Binary 1110 11100111 1100100 1011110 0 111001 1001 10010000 1011001 110000

Color Harmonies of #0EE764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE764

Black with #0EE764

Text Example


Text Example

White with #0EE764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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