Html Css Color HEX #14E471 Malachite

📋 copy color: '#14E471'

red 20 ◦ green 228 ◦ blue 113

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

Shades of Malachite #14E471

Tints of Malachite #14E471

RGB

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

 GREEN value IS 228 (89.45% from 255) = 63.16%

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 5.54%
G = 63.16%
B = 31.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#14E471 (or 0x14E471) is known color: Malachite. HEX triplet: 14, E4 and 71. RGB value is (20,228,113). Sum of RGB (Red+Green+Blue) = 20+228+113=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 228 (89.45% from 255 or 63.16% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 228 - color contains mainly: green. Hex color #14E471 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E471 is #EB1B8E. Grayscale: #989898. Windows color (decimal): -15408015 or 7463956. OLE color: 7463956.

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

Color convert

RGB 20 228 113 -
CMYK 0.91 0 0.50 0.11
HSL 146.83º 0.84% 0.49% -
HSV(B) 146.83º 0.91% 0.89% -
XYZ 31.01 56.83 24.96 -
YUV 152.7 105.59 33.35 -
System Red Green Blue C M Y K H S L
Decimal 20 228 113 0.91 0 0.50 0.11 146.83 0.84 0.49
Hex 14 E4 71 5B 0 32 B 93 54 31
Octal 24 344 161 133 0 62 13 223 124 61
Binary 10100 11100100 1110001 1011011 0 110010 1011 10010011 1010100 110001

Color Harmonies of #14E471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E471

Black with #14E471

Text Example


Text Example

White with #14E471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,228,113); }

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

background-color css

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

 a { background-color: rgb(20,228,113); }

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

border-color css

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

 span { border-color: rgb(20,228,113); }

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