Html Css Color HEX #0ECD6C Malachite

📋 copy color: '#0ECD6C'

red 14 ◦ green 205 ◦ blue 108

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

Shades of Malachite #0ECD6C

Tints of Malachite #0ECD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 62.69%

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 4.28%
G = 62.69%
B = 33.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#0ECD6C (or 0x0ECD6C) is known color: Malachite. HEX triplet: 0E, CD and 6C. RGB value is (14,205,108). Sum of RGB (Red+Green+Blue) = 14+205+108=327 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.28% from 327); Green value is 205 (80.47% from 255 or 62.69% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECD6C is #F13293. Grayscale: #898989. Windows color (decimal): -15807124 or 7130382. OLE color: 7130382.

HSL color Cylindrical-coordinate representation of color #0ECD6C: hue angle of 149.53º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECD6C is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 14 205 108 -
CMYK 0.93 0 0.47 0.20
HSL 149.53º 0.87% 0.43% -
HSV(B) 149.53º 0.93% 0.8% -
XYZ 24.72 44.84 21.54 -
YUV 136.83 111.72 40.39 -
System Red Green Blue C M Y K H S L
Decimal 14 205 108 0.93 0 0.47 0.20 149.53 0.87 0.43
Hex E CD 6C 5D 0 2F 14 96 57 2B
Octal 16 315 154 135 0 57 24 226 127 53
Binary 1110 11001101 1101100 1011101 0 101111 10100 10010110 1010111 101011

Color Harmonies of #0ECD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECD6C

Black with #0ECD6C

Text Example


Text Example

White with #0ECD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,205,108); }

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

background-color css

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

 a { background-color: rgb(14,205,108); }

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

border-color css

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

 span { border-color: rgb(14,205,108); }

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