Html Css Color HEX #0ED755 Malachite

📋 copy color: '#0ED755'

red 14 ◦ green 215 ◦ blue 85

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

Shades of Malachite #0ED755

Tints of Malachite #0ED755

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.47%

 BLUE value IS 85 (33.59% from 255) = 27.07%

R = 4.46%
G = 68.47%
B = 27.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#0ED755 (or 0x0ED755) is known color: Malachite. HEX triplet: 0E, D7 and 55. RGB value is (14,215,85). Sum of RGB (Red+Green+Blue) = 14+215+85=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 215 (84.38% from 255 or 68.47% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED755 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED755 is #F128AA. Grayscale: #8C8C8C. Windows color (decimal): -15804587 or 5625614. OLE color: 5625614.

HSL color Cylindrical-coordinate representation of color #0ED755: hue angle of 141.19º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED755 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 215 85 -
CMYK 0.93 0 0.60 0.16
HSL 141.19º 0.88% 0.45% -
HSV(B) 141.19º 0.93% 0.84% -
XYZ 26.12 49.35 16.74 -
YUV 140.08 96.91 38.07 -
System Red Green Blue C M Y K H S L
Decimal 14 215 85 0.93 0 0.60 0.16 141.19 0.88 0.45
Hex E D7 55 5D 0 3C 10 8D 58 2D
Octal 16 327 125 135 0 74 20 215 130 55
Binary 1110 11010111 1010101 1011101 0 111100 10000 10001101 1011000 101101

Color Harmonies of #0ED755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED755

Black with #0ED755

Text Example


Text Example

White with #0ED755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,215,85); }

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

background-color css

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

 a { background-color: rgb(14,215,85); }

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

border-color css

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

 span { border-color: rgb(14,215,85); }

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