Html Css Color HEX #14E45B Malachite

📋 copy color: '#14E45B'

red 20 ◦ green 228 ◦ blue 91

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

Shades of Malachite #14E45B

Tints of Malachite #14E45B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 67.26%

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 5.9%
G = 67.26%
B = 26.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#14E45B (or 0x14E45B) is known color: Malachite. HEX triplet: 14, E4 and 5B. RGB value is (20,228,91). Sum of RGB (Red+Green+Blue) = 20+228+91=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 228 (89.45% from 255 or 67.26% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 228 - color contains mainly: green. Hex color #14E45B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E45B is #EB1BA4. Grayscale: #969696. Windows color (decimal): -15408037 or 6022164. OLE color: 6022164.

HSL color Cylindrical-coordinate representation of color #14E45B: hue angle of 140.48º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E45B is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 228 91 -
CMYK 0.91 0 0.60 0.11
HSL 140.48º 0.84% 0.49% -
HSV(B) 140.48º 0.91% 0.89% -
XYZ 29.92 56.39 19.21 -
YUV 150.19 94.59 35.14 -
System Red Green Blue C M Y K H S L
Decimal 20 228 91 0.91 0 0.60 0.11 140.48 0.84 0.49
Hex 14 E4 5B 5B 0 3C B 8C 54 31
Octal 24 344 133 133 0 74 13 214 124 61
Binary 10100 11100100 1011011 1011011 0 111100 1011 10001100 1010100 110001

Color Harmonies of #14E45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E45B

Black with #14E45B

Text Example


Text Example

White with #14E45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,228,91); }

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

background-color css

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

 a { background-color: rgb(20,228,91); }

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

border-color css

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

 span { border-color: rgb(20,228,91); }

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