Html Css Color HEX #14E85E Malachite

📋 copy color: '#14E85E'

red 20 ◦ green 232 ◦ blue 94

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

Shades of Malachite #14E85E

Tints of Malachite #14E85E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 67.05%

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 5.78%
G = 67.05%
B = 27.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#14E85E (or 0x14E85E) is known color: Malachite. HEX triplet: 14, E8 and 5E. RGB value is (20,232,94). Sum of RGB (Red+Green+Blue) = 20+232+94=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 232 (91.02% from 255 or 67.05% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 232 - color contains mainly: green. Hex color #14E85E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E85E is #EB17A1. Grayscale: #999999. Windows color (decimal): -15407010 or 6219796. OLE color: 6219796.

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

Color convert

RGB 20 232 94 -
CMYK 0.91 0 0.59 0.09
HSL 140.94º 0.84% 0.49% -
HSV(B) 140.94º 0.91% 0.91% -
XYZ 31.17 58.67 20.27 -
YUV 152.88 94.76 33.22 -
System Red Green Blue C M Y K H S L
Decimal 20 232 94 0.91 0 0.59 0.09 140.94 0.84 0.49
Hex 14 E8 5E 5B 0 3B 9 8D 54 31
Octal 24 350 136 133 0 73 11 215 124 61
Binary 10100 11101000 1011110 1011011 0 111011 1001 10001101 1010100 110001

Color Harmonies of #14E85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E85E

Black with #14E85E

Text Example


Text Example

White with #14E85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,232,94); }

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

background-color css

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

 a { background-color: rgb(20,232,94); }

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

border-color css

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

 span { border-color: rgb(20,232,94); }

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