Html Css Color HEX #0EE068 Malachite

📋 copy color: '#0EE068'

red 14 ◦ green 224 ◦ blue 104

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

Shades of Malachite #0EE068

Tints of Malachite #0EE068

RGB

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

 GREEN value IS 224 (87.89% from 255) = 65.5%

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

R = 4.09%
G = 65.5%
B = 30.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#0EE068 (or 0x0EE068) is known color: Malachite. HEX triplet: 0E, E0 and 68. RGB value is (14,224,104). Sum of RGB (Red+Green+Blue) = 14+224+104=342 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.09% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE068 is #F11F97. Grayscale: #939393. Windows color (decimal): -15802264 or 6873102. OLE color: 6873102.

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

Color convert

RGB 14 224 104 -
CMYK 0.94 0 0.54 0.12
HSL 145.71º 0.88% 0.47% -
HSV(B) 145.71º 0.94% 0.88% -
XYZ 29.34 54.4 22.05 -
YUV 147.53 103.43 32.76 -
System Red Green Blue C M Y K H S L
Decimal 14 224 104 0.94 0 0.54 0.12 145.71 0.88 0.47
Hex E E0 68 5E 0 36 C 92 58 2F
Octal 16 340 150 136 0 66 14 222 130 57
Binary 1110 11100000 1101000 1011110 0 110110 1100 10010010 1011000 101111

Color Harmonies of #0EE068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE068

Black with #0EE068

Text Example


Text Example

White with #0EE068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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