Html Css Color HEX #14DC35 Malachite

📋 copy color: '#14DC35'

red 20 ◦ green 220 ◦ blue 53

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

Shades of Malachite #14DC35

Tints of Malachite #14DC35

RGB

 RED value IS 20 (8.2% from 255) = 6.83%

 GREEN value IS 220 (86.33% from 255) = 75.09%

 BLUE value IS 53 (21.09% from 255) = 18.09%

R = 6.83%
G = 75.09%
B = 18.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#14DC35 (or 0x14DC35) is known color: Malachite. HEX triplet: 14, DC and 35. RGB value is (20,220,53). Sum of RGB (Red+Green+Blue) = 20+220+53=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 220 (86.33% from 255 or 75.09% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DC35 is #EB23CA. Grayscale: #8D8D8D. Windows color (decimal): -15410123 or 3529748. OLE color: 3529748.

HSL color Cylindrical-coordinate representation of color #14DC35: hue angle of 129.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC35 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 220 53 -
CMYK 0.91 0 0.76 0.14
HSL 129.9º 0.83% 0.47% -
HSV(B) 129.9º 0.91% 0.86% -
XYZ 26.52 51.59 11.93 -
YUV 141.16 78.24 41.58 -
System Red Green Blue C M Y K H S L
Decimal 20 220 53 0.91 0 0.76 0.14 129.9 0.83 0.47
Hex 14 DC 35 5B 0 4C E 82 53 2F
Octal 24 334 65 133 0 114 16 202 123 57
Binary 10100 11011100 110101 1011011 0 1001100 1110 10000010 1010011 101111

Color Harmonies of #14DC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DC35

Black with #14DC35

Text Example


Text Example

White with #14DC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14DC35; }

 p { color: rgb(20,220,53); }

 H1.HeaderClassName
 {
   color: #14DC35;
 }
 .AnyTagClassName
 {
   color: #14DC35;
 }
</style>

background-color css

<style>
 a { background-color: #14DC35; }

 a { background-color: rgb(20,220,53); }

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

border-color css

<style>
 span { border-color: #14DC35; }

 span { border-color: rgb(20,220,53); }

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