Html Css Color HEX #14D06F Malachite

📋 copy color: '#14D06F'

red 20 ◦ green 208 ◦ blue 111

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

Shades of Malachite #14D06F

Tints of Malachite #14D06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 5.9%
G = 61.36%
B = 32.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#14D06F (or 0x14D06F) is known color: Malachite. HEX triplet: 14, D0 and 6F. RGB value is (20,208,111). Sum of RGB (Red+Green+Blue) = 20+208+111=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #14D06F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D06F is #EB2F90. Grayscale: #8C8C8C. Windows color (decimal): -15413137 or 7327764. OLE color: 7327764.

HSL color Cylindrical-coordinate representation of color #14D06F: hue angle of 149.04º 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 #14D06F is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 208 111 -
CMYK 0.90 0 0.47 0.18
HSL 149.04º 0.82% 0.45% -
HSV(B) 149.04º 0.9% 0.82% -
XYZ 25.71 46.41 22.64 -
YUV 140.73 111.22 41.89 -
System Red Green Blue C M Y K H S L
Decimal 20 208 111 0.90 0 0.47 0.18 149.04 0.82 0.45
Hex 14 D0 6F 5A 0 2F 12 95 52 2D
Octal 24 320 157 132 0 57 22 225 122 55
Binary 10100 11010000 1101111 1011010 0 101111 10010 10010101 1010010 101101

Color Harmonies of #14D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D06F

Black with #14D06F

Text Example


Text Example

White with #14D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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