Html Css Color HEX #14D064 Malachite

📋 copy color: '#14D064'

red 20 ◦ green 208 ◦ blue 100

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

Shades of Malachite #14D064

Tints of Malachite #14D064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 63.41%

 BLUE value IS 100 (39.45% from 255) = 30.49%

R = 6.1%
G = 63.41%
B = 30.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#14D064 (or 0x14D064) is known color: Malachite. HEX triplet: 14, D0 and 64. RGB value is (20,208,100). Sum of RGB (Red+Green+Blue) = 20+208+100=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 208 (81.64% from 255 or 63.41% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 208 - color contains mainly: green. Hex color #14D064 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D064 is #EB2F9B. Grayscale: #8B8B8B. Windows color (decimal): -15413148 or 6606868. OLE color: 6606868.

HSL color Cylindrical-coordinate representation of color #14D064: hue angle of 145.53º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D064 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 208 100 -
CMYK 0.90 0 0.52 0.18
HSL 145.53º 0.82% 0.45% -
HSV(B) 145.53º 0.9% 0.82% -
XYZ 25.14 46.18 19.65 -
YUV 139.48 105.72 42.78 -
System Red Green Blue C M Y K H S L
Decimal 20 208 100 0.90 0 0.52 0.18 145.53 0.82 0.45
Hex 14 D0 64 5A 0 34 12 92 52 2D
Octal 24 320 144 132 0 64 22 222 122 55
Binary 10100 11010000 1100100 1011010 0 110100 10010 10010010 1010010 101101

Color Harmonies of #14D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D064

Black with #14D064

Text Example


Text Example

White with #14D064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,208,100); }

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

background-color css

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

 a { background-color: rgb(20,208,100); }

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

border-color css

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

 span { border-color: rgb(20,208,100); }

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