Html Css Color HEX #0EDD72 Malachite

📋 copy color: '#0EDD72'

red 14 ◦ green 221 ◦ blue 114

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

Shades of Malachite #0EDD72

Tints of Malachite #0EDD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 4.01%
G = 63.32%
B = 32.66%

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

#0EDD72 (or 0x0EDD72) is known color: Malachite. HEX triplet: 0E, DD and 72. RGB value is (14,221,114). Sum of RGB (Red+Green+Blue) = 14+221+114=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDD72 is #F1228D. Grayscale: #939393. Windows color (decimal): -15803022 or 7527694. OLE color: 7527694.

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

Color convert

RGB 14 221 114 -
CMYK 0.94 0 0.48 0.13
HSL 148.99º 0.88% 0.46% -
HSV(B) 148.99º 0.94% 0.87% -
XYZ 29.07 53.02 24.62 -
YUV 146.91 109.42 33.2 -
System Red Green Blue C M Y K H S L
Decimal 14 221 114 0.94 0 0.48 0.13 148.99 0.88 0.46
Hex E DD 72 5E 0 30 D 95 58 2E
Octal 16 335 162 136 0 60 15 225 130 56
Binary 1110 11011101 1110010 1011110 0 110000 1101 10010101 1011000 101110

Color Harmonies of #0EDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDD72

Black with #0EDD72

Text Example


Text Example

White with #0EDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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