Html Css Color HEX #14E165 Malachite

📋 copy color: '#14E165'

red 20 ◦ green 225 ◦ blue 101

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

Shades of Malachite #14E165

Tints of Malachite #14E165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 5.78%
G = 65.03%
B = 29.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#14E165 (or 0x14E165) is known color: Malachite. HEX triplet: 14, E1 and 65. RGB value is (20,225,101). Sum of RGB (Red+Green+Blue) = 20+225+101=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 225 (88.28% from 255 or 65.03% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 225 - color contains mainly: green. Hex color #14E165 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E165 is #EB1E9A. Grayscale: #959595. Windows color (decimal): -15408795 or 6676756. OLE color: 6676756.

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

Color convert

RGB 20 225 101 -
CMYK 0.91 0 0.55 0.12
HSL 143.71º 0.84% 0.48% -
HSV(B) 143.71º 0.91% 0.88% -
XYZ 29.56 54.94 21.36 -
YUV 149.57 100.58 35.58 -
System Red Green Blue C M Y K H S L
Decimal 20 225 101 0.91 0 0.55 0.12 143.71 0.84 0.48
Hex 14 E1 65 5B 0 37 C 90 54 30
Octal 24 341 145 133 0 67 14 220 124 60
Binary 10100 11100001 1100101 1011011 0 110111 1100 10010000 1010100 110000

Color Harmonies of #14E165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E165

Black with #14E165

Text Example


Text Example

White with #14E165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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