Html Css Color HEX #14D553 Malachite

📋 copy color: '#14D553'

red 20 ◦ green 213 ◦ blue 83

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

Shades of Malachite #14D553

Tints of Malachite #14D553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 6.33%
G = 67.41%
B = 26.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#14D553 (or 0x14D553) is known color: Malachite. HEX triplet: 14, D5 and 53. RGB value is (20,213,83). Sum of RGB (Red+Green+Blue) = 20+213+83=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 213 (83.59% from 255 or 67.41% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 213 - color contains mainly: green. Hex color #14D553 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D553 is #EB2AAC. Grayscale: #8C8C8C. Windows color (decimal): -15411885 or 5494036. OLE color: 5494036.

HSL color Cylindrical-coordinate representation of color #14D553: hue angle of 139.59º 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 #14D553 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 213 83 -
CMYK 0.91 0 0.61 0.16
HSL 139.59º 0.83% 0.46% -
HSV(B) 139.59º 0.91% 0.84% -
XYZ 25.64 48.36 16.17 -
YUV 140.47 95.56 42.07 -
System Red Green Blue C M Y K H S L
Decimal 20 213 83 0.91 0 0.61 0.16 139.59 0.83 0.46
Hex 14 D5 53 5B 0 3D 10 8C 53 2E
Octal 24 325 123 133 0 75 20 214 123 56
Binary 10100 11010101 1010011 1011011 0 111101 10000 10001100 1010011 101110

Color Harmonies of #14D553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D553

Black with #14D553

Text Example


Text Example

White with #14D553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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