Html Css Color HEX #14DB38 Malachite

📋 copy color: '#14DB38'

red 20 ◦ green 219 ◦ blue 56

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

Shades of Malachite #14DB38

Tints of Malachite #14DB38

RGB

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

 GREEN value IS 219 (85.94% from 255) = 74.24%

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 6.78%
G = 74.24%
B = 18.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#14DB38 (or 0x14DB38) is known color: Malachite. HEX triplet: 14, DB and 38. RGB value is (20,219,56). Sum of RGB (Red+Green+Blue) = 20+219+56=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB38 is #EB24C7. Grayscale: #8D8D8D. Windows color (decimal): -15410376 or 3726100. OLE color: 3726100.

HSL color Cylindrical-coordinate representation of color #14DB38: hue angle of 130.85º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DB38 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 219 56 -
CMYK 0.91 0 0.74 0.14
HSL 130.85º 0.83% 0.47% -
HSV(B) 130.85º 0.91% 0.86% -
XYZ 26.33 51.1 12.22 -
YUV 140.92 80.07 41.75 -
System Red Green Blue C M Y K H S L
Decimal 20 219 56 0.91 0 0.74 0.14 130.85 0.83 0.47
Hex 14 DB 38 5B 0 4A E 83 53 2F
Octal 24 333 70 133 0 112 16 203 123 57
Binary 10100 11011011 111000 1011011 0 1001010 1110 10000011 1010011 101111

Color Harmonies of #14DB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DB38

Black with #14DB38

Text Example


Text Example

White with #14DB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,219,56); }

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

background-color css

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

 a { background-color: rgb(20,219,56); }

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

border-color css

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

 span { border-color: rgb(20,219,56); }

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