Html Css Color HEX #0EDD74 Malachite

📋 copy color: '#0EDD74'

red 14 ◦ green 221 ◦ blue 116

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

Shades of Malachite #0EDD74

Tints of Malachite #0EDD74

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.96%

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 3.99%
G = 62.96%
B = 33.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#0EDD74 (or 0x0EDD74) is known color: Malachite. HEX triplet: 0E, DD and 74. RGB value is (14,221,116). Sum of RGB (Red+Green+Blue) = 14+221+116=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDD74 is #F1228B. Grayscale: #939393. Windows color (decimal): -15803020 or 7658766. OLE color: 7658766.

HSL color Cylindrical-coordinate representation of color #0EDD74: hue angle of 149.57º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDD74 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 221 116 -
CMYK 0.94 0 0.48 0.13
HSL 149.57º 0.88% 0.46% -
HSV(B) 149.57º 0.94% 0.87% -
XYZ 29.19 53.07 25.23 -
YUV 147.14 110.42 33.04 -
System Red Green Blue C M Y K H S L
Decimal 14 221 116 0.94 0 0.48 0.13 149.57 0.88 0.46
Hex E DD 74 5E 0 30 D 96 58 2E
Octal 16 335 164 136 0 60 15 226 130 56
Binary 1110 11011101 1110100 1011110 0 110000 1101 10010110 1011000 101110

Color Harmonies of #0EDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDD74

Black with #0EDD74

Text Example


Text Example

White with #0EDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,221,116); }

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

background-color css

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

 a { background-color: rgb(14,221,116); }

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

border-color css

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

 span { border-color: rgb(14,221,116); }

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