Html Css Color HEX #14E84C Malachite

📋 copy color: '#14E84C'

red 20 ◦ green 232 ◦ blue 76

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

Shades of Malachite #14E84C

Tints of Malachite #14E84C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 70.73%

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

R = 6.1%
G = 70.73%
B = 23.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#14E84C (or 0x14E84C) is known color: Malachite. HEX triplet: 14, E8 and 4C. RGB value is (20,232,76). Sum of RGB (Red+Green+Blue) = 20+232+76=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 232 (91.02% from 255 or 70.73% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 232 - color contains mainly: green. Hex color #14E84C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14E84C is #EB17B3. Grayscale: #979797. Windows color (decimal): -15407028 or 5040148. OLE color: 5040148.

HSL color Cylindrical-coordinate representation of color #14E84C: hue angle of 135.85º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E84C is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 232 76 -
CMYK 0.91 0 0.67 0.09
HSL 135.85º 0.84% 0.49% -
HSV(B) 135.85º 0.91% 0.91% -
XYZ 30.45 58.38 16.5 -
YUV 150.83 85.76 34.68 -
System Red Green Blue C M Y K H S L
Decimal 20 232 76 0.91 0 0.67 0.09 135.85 0.84 0.49
Hex 14 E8 4C 5B 0 43 9 88 54 31
Octal 24 350 114 133 0 103 11 210 124 61
Binary 10100 11101000 1001100 1011011 0 1000011 1001 10001000 1010100 110001

Color Harmonies of #14E84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E84C

Black with #14E84C

Text Example


Text Example

White with #14E84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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