Html Css Color HEX #0EE268 Malachite

📋 copy color: '#0EE268'

red 14 ◦ green 226 ◦ blue 104

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

Shades of Malachite #0EE268

Tints of Malachite #0EE268

RGB

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

 GREEN value IS 226 (88.67% from 255) = 65.7%

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

R = 4.07%
G = 65.7%
B = 30.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#0EE268 (or 0x0EE268) is known color: Malachite. HEX triplet: 0E, E2 and 68. RGB value is (14,226,104). Sum of RGB (Red+Green+Blue) = 14+226+104=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 226 (88.67% from 255 or 65.70% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE268 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE268 is #F11D97. Grayscale: #949494. Windows color (decimal): -15801752 or 6873614. OLE color: 6873614.

HSL color Cylindrical-coordinate representation of color #0EE268: hue angle of 145.47º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE268 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 14 226 104 -
CMYK 0.94 0 0.54 0.11
HSL 145.47º 0.88% 0.47% -
HSV(B) 145.47º 0.94% 0.89% -
XYZ 29.88 55.49 22.23 -
YUV 148.7 102.76 31.92 -
System Red Green Blue C M Y K H S L
Decimal 14 226 104 0.94 0 0.54 0.11 145.47 0.88 0.47
Hex E E2 68 5E 0 36 B 91 58 2F
Octal 16 342 150 136 0 66 13 221 130 57
Binary 1110 11100010 1101000 1011110 0 110110 1011 10010001 1011000 101111

Color Harmonies of #0EE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE268

Black with #0EE268

Text Example


Text Example

White with #0EE268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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