Html Css Color HEX #14D93B Malachite

📋 copy color: '#14D93B'

red 20 ◦ green 217 ◦ blue 59

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

Shades of Malachite #14D93B

Tints of Malachite #14D93B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 73.31%

 BLUE value IS 59 (23.44% from 255) = 19.93%

R = 6.76%
G = 73.31%
B = 19.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#14D93B (or 0x14D93B) is known color: Malachite. HEX triplet: 14, D9 and 3B. RGB value is (20,217,59). Sum of RGB (Red+Green+Blue) = 20+217+59=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 217 (85.16% from 255 or 73.31% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 217 - color contains mainly: green. Hex color #14D93B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D93B is #EB26C4. Grayscale: #8C8C8C. Windows color (decimal): -15410885 or 3922196. OLE color: 3922196.

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

Color convert

RGB 20 217 59 -
CMYK 0.91 0 0.73 0.15
HSL 131.88º 0.83% 0.46% -
HSV(B) 131.88º 0.91% 0.85% -
XYZ 25.89 50.09 12.44 -
YUV 140.09 82.23 42.35 -
System Red Green Blue C M Y K H S L
Decimal 20 217 59 0.91 0 0.73 0.15 131.88 0.83 0.46
Hex 14 D9 3B 5B 0 49 F 84 53 2E
Octal 24 331 73 133 0 111 17 204 123 56
Binary 10100 11011001 111011 1011011 0 1001001 1111 10000100 1010011 101110

Color Harmonies of #14D93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D93B

Black with #14D93B

Text Example


Text Example

White with #14D93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,217,59); }

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

background-color css

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

 a { background-color: rgb(20,217,59); }

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

border-color css

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

 span { border-color: rgb(20,217,59); }

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