Html Css Color HEX #0ECD4C Malachite

📋 copy color: '#0ECD4C'

red 14 ◦ green 205 ◦ blue 76

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

Shades of Malachite #0ECD4C

Tints of Malachite #0ECD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.76%

R = 4.75%
G = 69.49%
B = 25.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#0ECD4C (or 0x0ECD4C) is known color: Malachite. HEX triplet: 0E, CD and 4C. RGB value is (14,205,76). Sum of RGB (Red+Green+Blue) = 14+205+76=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECD4C is #F132B3. Grayscale: #858585. Windows color (decimal): -15807156 or 5033230. OLE color: 5033230.

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

Color convert

RGB 14 205 76 -
CMYK 0.93 0 0.63 0.20
HSL 139.48º 0.87% 0.43% -
HSV(B) 139.48º 0.93% 0.8% -
XYZ 23.32 44.28 14.16 -
YUV 133.19 95.72 42.99 -
System Red Green Blue C M Y K H S L
Decimal 14 205 76 0.93 0 0.63 0.20 139.48 0.87 0.43
Hex E CD 4C 5D 0 3F 14 8B 57 2B
Octal 16 315 114 135 0 77 24 213 127 53
Binary 1110 11001101 1001100 1011101 0 111111 10100 10001011 1010111 101011

Color Harmonies of #0ECD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECD4C

Black with #0ECD4C

Text Example


Text Example

White with #0ECD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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