Html Css Color HEX #0ED769 Malachite

📋 copy color: '#0ED769'

red 14 ◦ green 215 ◦ blue 105

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

Shades of Malachite #0ED769

Tints of Malachite #0ED769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 4.19%
G = 64.37%
B = 31.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#0ED769 (or 0x0ED769) is known color: Malachite. HEX triplet: 0E, D7 and 69. RGB value is (14,215,105). Sum of RGB (Red+Green+Blue) = 14+215+105=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED769 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED769 is #F12896. Grayscale: #8E8E8E. Windows color (decimal): -15804567 or 6936334. OLE color: 6936334.

HSL color Cylindrical-coordinate representation of color #0ED769: hue angle of 147.16º 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 #0ED769 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 215 105 -
CMYK 0.93 0 0.51 0.16
HSL 147.16º 0.88% 0.45% -
HSV(B) 147.16º 0.93% 0.84% -
XYZ 27.03 49.71 21.54 -
YUV 142.36 106.91 36.44 -
System Red Green Blue C M Y K H S L
Decimal 14 215 105 0.93 0 0.51 0.16 147.16 0.88 0.45
Hex E D7 69 5D 0 33 10 93 58 2D
Octal 16 327 151 135 0 63 20 223 130 55
Binary 1110 11010111 1101001 1011101 0 110011 10000 10010011 1011000 101101

Color Harmonies of #0ED769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED769

Black with #0ED769

Text Example


Text Example

White with #0ED769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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