Html Css Color HEX #14E26C Malachite

📋 copy color: '#14E26C'

red 20 ◦ green 226 ◦ blue 108

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

Shades of Malachite #14E26C

Tints of Malachite #14E26C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 63.84%

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 5.65%
G = 63.84%
B = 30.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#14E26C (or 0x14E26C) is known color: Malachite. HEX triplet: 14, E2 and 6C. RGB value is (20,226,108). Sum of RGB (Red+Green+Blue) = 20+226+108=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 226 (88.67% from 255 or 63.84% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 226 - color contains mainly: green. Hex color #14E26C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E26C is #EB1D93. Grayscale: #979797. Windows color (decimal): -15408532 or 7135764. OLE color: 7135764.

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

Color convert

RGB 20 226 108 -
CMYK 0.91 0 0.52 0.11
HSL 145.63º 0.84% 0.48% -
HSV(B) 145.63º 0.91% 0.89% -
XYZ 30.19 55.62 23.33 -
YUV 150.95 103.75 34.59 -
System Red Green Blue C M Y K H S L
Decimal 20 226 108 0.91 0 0.52 0.11 145.63 0.84 0.48
Hex 14 E2 6C 5B 0 34 B 92 54 30
Octal 24 342 154 133 0 64 13 222 124 60
Binary 10100 11100010 1101100 1011011 0 110100 1011 10010010 1010100 110000

Color Harmonies of #14E26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E26C

Black with #14E26C

Text Example


Text Example

White with #14E26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,226,108); }

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

background-color css

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

 a { background-color: rgb(20,226,108); }

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

border-color css

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

 span { border-color: rgb(20,226,108); }

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