Html Css Color HEX #14E136 Malachite

📋 copy color: '#14E136'

red 20 ◦ green 225 ◦ blue 54

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

Shades of Malachite #14E136

Tints of Malachite #14E136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 6.69%
G = 75.25%
B = 18.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#14E136 (or 0x14E136) is known color: Malachite. HEX triplet: 14, E1 and 36. RGB value is (20,225,54). Sum of RGB (Red+Green+Blue) = 20+225+54=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 225 (88.28% from 255 or 75.25% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 225 - color contains mainly: green. Hex color #14E136 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E136 is #EB1EC9. Grayscale: #909090. Windows color (decimal): -15408842 or 3596564. OLE color: 3596564.

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

Color convert

RGB 20 225 54 -
CMYK 0.91 0 0.76 0.12
HSL 129.95º 0.84% 0.48% -
HSV(B) 129.95º 0.91% 0.88% -
XYZ 27.88 54.27 12.49 -
YUV 144.21 77.08 39.4 -
System Red Green Blue C M Y K H S L
Decimal 20 225 54 0.91 0 0.76 0.12 129.95 0.84 0.48
Hex 14 E1 36 5B 0 4C C 82 54 30
Octal 24 341 66 133 0 114 14 202 124 60
Binary 10100 11100001 110110 1011011 0 1001100 1100 10000010 1010100 110000

Color Harmonies of #14E136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E136

Black with #14E136

Text Example


Text Example

White with #14E136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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