Html Css Color HEX #14DA3E Malachite

📋 copy color: '#14DA3E'

red 20 ◦ green 218 ◦ blue 62

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

Shades of Malachite #14DA3E

Tints of Malachite #14DA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.67%

R = 6.67%
G = 72.67%
B = 20.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#14DA3E (or 0x14DA3E) is known color: Malachite. HEX triplet: 14, DA and 3E. RGB value is (20,218,62). Sum of RGB (Red+Green+Blue) = 20+218+62=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 218 (85.55% from 255 or 72.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DA3E is #EB25C1. Grayscale: #8D8D8D. Windows color (decimal): -15410626 or 4119060. OLE color: 4119060.

HSL color Cylindrical-coordinate representation of color #14DA3E: hue angle of 132.73º 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 #14DA3E is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 218 62 -
CMYK 0.91 0 0.72 0.15
HSL 132.73º 0.83% 0.47% -
HSV(B) 132.73º 0.91% 0.85% -
XYZ 26.23 50.64 12.95 -
YUV 141.01 83.4 41.68 -
System Red Green Blue C M Y K H S L
Decimal 20 218 62 0.91 0 0.72 0.15 132.73 0.83 0.47
Hex 14 DA 3E 5B 0 48 F 85 53 2F
Octal 24 332 76 133 0 110 17 205 123 57
Binary 10100 11011010 111110 1011011 0 1001000 1111 10000101 1010011 101111

Color Harmonies of #14DA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DA3E

Black with #14DA3E

Text Example


Text Example

White with #14DA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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