Html Css Color HEX #14E76B Malachite

📋 copy color: '#14E76B'

red 20 ◦ green 231 ◦ blue 107

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

Shades of Malachite #14E76B

Tints of Malachite #14E76B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 64.53%

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 5.59%
G = 64.53%
B = 29.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#14E76B (or 0x14E76B) is known color: Malachite. HEX triplet: 14, E7 and 6B. RGB value is (20,231,107). Sum of RGB (Red+Green+Blue) = 20+231+107=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 231 (90.62% from 255 or 64.53% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 231 - color contains mainly: green. Hex color #14E76B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E76B is #EB1894. Grayscale: #9A9A9A. Windows color (decimal): -15407253 or 7071508. OLE color: 7071508.

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

Color convert

RGB 20 231 107 -
CMYK 0.91 0 0.54 0.09
HSL 144.74º 0.84% 0.49% -
HSV(B) 144.74º 0.91% 0.91% -
XYZ 31.52 58.36 23.51 -
YUV 153.78 101.6 32.58 -
System Red Green Blue C M Y K H S L
Decimal 20 231 107 0.91 0 0.54 0.09 144.74 0.84 0.49
Hex 14 E7 6B 5B 0 36 9 91 54 31
Octal 24 347 153 133 0 66 11 221 124 61
Binary 10100 11100111 1101011 1011011 0 110110 1001 10010001 1010100 110001

Color Harmonies of #14E76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E76B

Black with #14E76B

Text Example


Text Example

White with #14E76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,231,107); }

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

background-color css

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

 a { background-color: rgb(20,231,107); }

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

border-color css

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

 span { border-color: rgb(20,231,107); }

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