Html Css Color HEX #14E156 Malachite

📋 copy color: '#14E156'

red 20 ◦ green 225 ◦ blue 86

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

Shades of Malachite #14E156

Tints of Malachite #14E156

RGB

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

 GREEN value IS 225 (88.28% from 255) = 67.98%

 BLUE value IS 86 (33.98% from 255) = 25.98%

R = 6.04%
G = 67.98%
B = 25.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#14E156 (or 0x14E156) is known color: Malachite. HEX triplet: 14, E1 and 56. RGB value is (20,225,86). Sum of RGB (Red+Green+Blue) = 20+225+86=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 225 (88.28% from 255 or 67.98% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 225 - color contains mainly: green. Hex color #14E156 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E156 is #EB1EA9. Grayscale: #949494. Windows color (decimal): -15408810 or 5693716. OLE color: 5693716.

HSL color Cylindrical-coordinate representation of color #14E156: hue angle of 139.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E156 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 225 86 -
CMYK 0.91 0 0.62 0.12
HSL 139.32º 0.84% 0.48% -
HSV(B) 139.32º 0.91% 0.88% -
XYZ 28.89 54.67 17.83 -
YUV 147.86 93.08 36.8 -
System Red Green Blue C M Y K H S L
Decimal 20 225 86 0.91 0 0.62 0.12 139.32 0.84 0.48
Hex 14 E1 56 5B 0 3E C 8B 54 30
Octal 24 341 126 133 0 76 14 213 124 60
Binary 10100 11100001 1010110 1011011 0 111110 1100 10001011 1010100 110000

Color Harmonies of #14E156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E156

Black with #14E156

Text Example


Text Example

White with #14E156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,225,86); }

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

background-color css

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

 a { background-color: rgb(20,225,86); }

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

border-color css

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

 span { border-color: rgb(20,225,86); }

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