Html Css Color HEX #0EE968 Malachite

📋 copy color: '#0EE968'

red 14 ◦ green 233 ◦ blue 104

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

Shades of Malachite #0EE968

Tints of Malachite #0EE968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.63%

R = 3.99%
G = 66.38%
B = 29.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#0EE968 (or 0x0EE968) is known color: Malachite. HEX triplet: 0E, E9 and 68. RGB value is (14,233,104). Sum of RGB (Red+Green+Blue) = 14+233+104=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 233 (91.41% from 255 or 66.38% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE968 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EE968 is #F11697. Grayscale: #999999. Windows color (decimal): -15799960 or 6875406. OLE color: 6875406.

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

Color convert

RGB 14 233 104 -
CMYK 0.94 0 0.55 0.09
HSL 144.66º 0.89% 0.48% -
HSV(B) 144.66º 0.94% 0.91% -
XYZ 31.82 59.37 22.88 -
YUV 152.81 100.45 28.99 -
System Red Green Blue C M Y K H S L
Decimal 14 233 104 0.94 0 0.55 0.09 144.66 0.89 0.48
Hex E E9 68 5E 0 37 9 91 59 30
Octal 16 351 150 136 0 67 11 221 131 60
Binary 1110 11101001 1101000 1011110 0 110111 1001 10010001 1011001 110000

Color Harmonies of #0EE968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE968

Black with #0EE968

Text Example


Text Example

White with #0EE968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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