Html Css Color HEX #14E145 Malachite

📋 copy color: '#14E145'

red 20 ◦ green 225 ◦ blue 69

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

Shades of Malachite #14E145

Tints of Malachite #14E145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 6.37%
G = 71.66%
B = 21.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#14E145 (or 0x14E145) is known color: Malachite. HEX triplet: 14, E1 and 45. RGB value is (20,225,69). Sum of RGB (Red+Green+Blue) = 20+225+69=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #14E145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E145 is #EB1EBA. Grayscale: #929292. Windows color (decimal): -15408827 or 4579604. OLE color: 4579604.

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

Color convert

RGB 20 225 69 -
CMYK 0.91 0 0.69 0.12
HSL 134.34º 0.84% 0.48% -
HSV(B) 134.34º 0.91% 0.88% -
XYZ 28.29 54.43 14.65 -
YUV 145.92 84.58 38.18 -
System Red Green Blue C M Y K H S L
Decimal 20 225 69 0.91 0 0.69 0.12 134.34 0.84 0.48
Hex 14 E1 45 5B 0 45 C 86 54 30
Octal 24 341 105 133 0 105 14 206 124 60
Binary 10100 11100001 1000101 1011011 0 1000101 1100 10000110 1010100 110000

Color Harmonies of #14E145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E145

Black with #14E145

Text Example


Text Example

White with #14E145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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