Html Css Color HEX #0EE76A Malachite

📋 copy color: '#0EE76A'

red 14 ◦ green 231 ◦ blue 106

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

Shades of Malachite #0EE76A

Tints of Malachite #0EE76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 3.99%
G = 65.81%
B = 30.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#0EE76A (or 0x0EE76A) is known color: Malachite. HEX triplet: 0E, E7 and 6A. RGB value is (14,231,106). Sum of RGB (Red+Green+Blue) = 14+231+106=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 231 (90.62% from 255 or 65.81% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE76A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EE76A is #F11895. Grayscale: #989898. Windows color (decimal): -15800470 or 7005966. OLE color: 7005966.

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

Color convert

RGB 14 231 106 -
CMYK 0.94 0 0.54 0.09
HSL 145.44º 0.89% 0.48% -
HSV(B) 145.44º 0.94% 0.91% -
XYZ 31.36 58.29 23.23 -
YUV 151.87 102.11 29.66 -
System Red Green Blue C M Y K H S L
Decimal 14 231 106 0.94 0 0.54 0.09 145.44 0.89 0.48
Hex E E7 6A 5E 0 36 9 91 59 30
Octal 16 347 152 136 0 66 11 221 131 60
Binary 1110 11100111 1101010 1011110 0 110110 1001 10010001 1011001 110000

Color Harmonies of #0EE76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE76A

Black with #0EE76A

Text Example


Text Example

White with #0EE76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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