Html Css Color HEX #14D762 Malachite

📋 copy color: '#14D762'

red 20 ◦ green 215 ◦ blue 98

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

Shades of Malachite #14D762

Tints of Malachite #14D762

RGB

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

 GREEN value IS 215 (84.38% from 255) = 64.56%

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 6.01%
G = 64.56%
B = 29.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#14D762 (or 0x14D762) is known color: Malachite. HEX triplet: 14, D7 and 62. RGB value is (20,215,98). Sum of RGB (Red+Green+Blue) = 20+215+98=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 215 (84.38% from 255 or 64.56% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 215 - color contains mainly: green. Hex color #14D762 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D762 is #EB289D. Grayscale: #8F8F8F. Windows color (decimal): -15411358 or 6477588. OLE color: 6477588.

HSL color Cylindrical-coordinate representation of color #14D762: hue angle of 144º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D762 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 215 98 -
CMYK 0.91 0 0.54 0.16
HSL 144º 0.83% 0.46% -
HSV(B) 144º 0.91% 0.84% -
XYZ 26.79 49.63 19.72 -
YUV 143.36 102.4 40.01 -
System Red Green Blue C M Y K H S L
Decimal 20 215 98 0.91 0 0.54 0.16 144 0.83 0.46
Hex 14 D7 62 5B 0 36 10 90 53 2E
Octal 24 327 142 133 0 66 20 220 123 56
Binary 10100 11010111 1100010 1011011 0 110110 10000 10010000 1010011 101110

Color Harmonies of #14D762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D762

Black with #14D762

Text Example


Text Example

White with #14D762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,215,98); }

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

background-color css

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

 a { background-color: rgb(20,215,98); }

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

border-color css

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

 span { border-color: rgb(20,215,98); }

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