Html Css Color HEX #14D545 Malachite

📋 copy color: '#14D545'

red 20 ◦ green 213 ◦ blue 69

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

Shades of Malachite #14D545

Tints of Malachite #14D545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 70.53%

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 6.62%
G = 70.53%
B = 22.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#14D545 (or 0x14D545) is known color: Malachite. HEX triplet: 14, D5 and 45. RGB value is (20,213,69). Sum of RGB (Red+Green+Blue) = 20+213+69=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 213 (83.59% from 255 or 70.53% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 213 - color contains mainly: green. Hex color #14D545 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D545 is #EB2ABA. Grayscale: #8B8B8B. Windows color (decimal): -15411899 or 4576532. OLE color: 4576532.

HSL color Cylindrical-coordinate representation of color #14D545: hue angle of 135.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D545 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 213 69 -
CMYK 0.91 0 0.68 0.16
HSL 135.23º 0.83% 0.46% -
HSV(B) 135.23º 0.91% 0.84% -
XYZ 25.16 48.17 13.6 -
YUV 138.88 88.56 43.21 -
System Red Green Blue C M Y K H S L
Decimal 20 213 69 0.91 0 0.68 0.16 135.23 0.83 0.46
Hex 14 D5 45 5B 0 44 10 87 53 2E
Octal 24 325 105 133 0 104 20 207 123 56
Binary 10100 11010101 1000101 1011011 0 1000100 10000 10000111 1010011 101110

Color Harmonies of #14D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D545

Black with #14D545

Text Example


Text Example

White with #14D545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,213,69); }

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

background-color css

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

 a { background-color: rgb(20,213,69); }

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

border-color css

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

 span { border-color: rgb(20,213,69); }

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