Html Css Color HEX #14E04C Malachite

📋 copy color: '#14E04C'

red 20 ◦ green 224 ◦ blue 76

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

Shades of Malachite #14E04C

Tints of Malachite #14E04C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 70%

 BLUE value IS 76 (30.08% from 255) = 23.75%

R = 6.25%
G = 70%
B = 23.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#14E04C (or 0x14E04C) is known color: Malachite. HEX triplet: 14, E0 and 4C. RGB value is (20,224,76). Sum of RGB (Red+Green+Blue) = 20+224+76=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 224 (87.89% from 255 or 70% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 224 - color contains mainly: green. Hex color #14E04C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E04C is #EB1FB3. Grayscale: #929292. Windows color (decimal): -15409076 or 5038100. OLE color: 5038100.

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

Color convert

RGB 20 224 76 -
CMYK 0.91 0 0.66 0.12
HSL 136.47º 0.84% 0.48% -
HSV(B) 136.47º 0.91% 0.88% -
XYZ 28.25 53.98 15.77 -
YUV 146.13 88.41 38.03 -
System Red Green Blue C M Y K H S L
Decimal 20 224 76 0.91 0 0.66 0.12 136.47 0.84 0.48
Hex 14 E0 4C 5B 0 42 C 88 54 30
Octal 24 340 114 133 0 102 14 210 124 60
Binary 10100 11100000 1001100 1011011 0 1000010 1100 10001000 1010100 110000

Color Harmonies of #14E04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E04C

Black with #14E04C

Text Example


Text Example

White with #14E04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,224,76); }

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

background-color css

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

 a { background-color: rgb(20,224,76); }

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

border-color css

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

 span { border-color: rgb(20,224,76); }

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