Html Css Color HEX #0EE16B Malachite

📋 copy color: '#0EE16B'

red 14 ◦ green 225 ◦ blue 107

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

Shades of Malachite #0EE16B

Tints of Malachite #0EE16B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.03%

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 4.05%
G = 65.03%
B = 30.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#0EE16B (or 0x0EE16B) is known color: Malachite. HEX triplet: 0E, E1 and 6B. RGB value is (14,225,107). Sum of RGB (Red+Green+Blue) = 14+225+107=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 225 (88.28% from 255 or 65.03% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE16B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE16B is #F11E94. Grayscale: #949494. Windows color (decimal): -15802005 or 7069966. OLE color: 7069966.

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

Color convert

RGB 14 225 107 -
CMYK 0.94 0 0.52 0.12
HSL 146.45º 0.88% 0.47% -
HSV(B) 146.45º 0.94% 0.88% -
XYZ 29.76 55.01 22.96 -
YUV 148.46 104.6 32.09 -
System Red Green Blue C M Y K H S L
Decimal 14 225 107 0.94 0 0.52 0.12 146.45 0.88 0.47
Hex E E1 6B 5E 0 34 C 92 58 2F
Octal 16 341 153 136 0 64 14 222 130 57
Binary 1110 11100001 1101011 1011110 0 110100 1100 10010010 1011000 101111

Color Harmonies of #0EE16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE16B

Black with #0EE16B

Text Example


Text Example

White with #0EE16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,225,107); }

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

background-color css

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

 a { background-color: rgb(14,225,107); }

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

border-color css

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

 span { border-color: rgb(14,225,107); }

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