Html Css Color HEX #14DA5A Malachite

📋 copy color: '#14DA5A'

red 20 ◦ green 218 ◦ blue 90

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

Shades of Malachite #14DA5A

Tints of Malachite #14DA5A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 66.46%

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 6.1%
G = 66.46%
B = 27.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#14DA5A (or 0x14DA5A) is known color: Malachite. HEX triplet: 14, DA and 5A. RGB value is (20,218,90). Sum of RGB (Red+Green+Blue) = 20+218+90=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 218 (85.55% from 255 or 66.46% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14DA5A is #EB25A5. Grayscale: #909090. Windows color (decimal): -15410598 or 5954068. OLE color: 5954068.

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

Color convert

RGB 20 218 90 -
CMYK 0.91 0 0.59 0.15
HSL 141.21º 0.83% 0.47% -
HSV(B) 141.21º 0.91% 0.85% -
XYZ 27.21 51.03 18.09 -
YUV 144.21 97.4 39.41 -
System Red Green Blue C M Y K H S L
Decimal 20 218 90 0.91 0 0.59 0.15 141.21 0.83 0.47
Hex 14 DA 5A 5B 0 3B F 8D 53 2F
Octal 24 332 132 133 0 73 17 215 123 57
Binary 10100 11011010 1011010 1011011 0 111011 1111 10001101 1010011 101111

Color Harmonies of #14DA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA5A

Black with #14DA5A

Text Example


Text Example

White with #14DA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,218,90); }

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

background-color css

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

 a { background-color: rgb(20,218,90); }

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

border-color css

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

 span { border-color: rgb(20,218,90); }

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