Html Css Color HEX #14D54E Malachite

📋 copy color: '#14D54E'

red 20 ◦ green 213 ◦ blue 78

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

Shades of Malachite #14D54E

Tints of Malachite #14D54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.08%

R = 6.43%
G = 68.49%
B = 25.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#14D54E (or 0x14D54E) is known color: Malachite. HEX triplet: 14, D5 and 4E. RGB value is (20,213,78). Sum of RGB (Red+Green+Blue) = 20+213+78=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 213 (83.59% from 255 or 68.49% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 213 - color contains mainly: green. Hex color #14D54E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D54E is #EB2AB1. Grayscale: #8C8C8C. Windows color (decimal): -15411890 or 5166356. OLE color: 5166356.

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

Color convert

RGB 20 213 78 -
CMYK 0.91 0 0.63 0.16
HSL 138.03º 0.83% 0.46% -
HSV(B) 138.03º 0.91% 0.84% -
XYZ 25.46 48.29 15.19 -
YUV 139.9 93.06 42.48 -
System Red Green Blue C M Y K H S L
Decimal 20 213 78 0.91 0 0.63 0.16 138.03 0.83 0.46
Hex 14 D5 4E 5B 0 3F 10 8A 53 2E
Octal 24 325 116 133 0 77 20 212 123 56
Binary 10100 11010101 1001110 1011011 0 111111 10000 10001010 1010011 101110

Color Harmonies of #14D54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D54E

Black with #14D54E

Text Example


Text Example

White with #14D54E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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