Html Css Color HEX #14D75B Malachite

📋 copy color: '#14D75B'

red 20 ◦ green 215 ◦ blue 91

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

Shades of Malachite #14D75B

Tints of Malachite #14D75B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 65.95%

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 6.13%
G = 65.95%
B = 27.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#14D75B (or 0x14D75B) is known color: Malachite. HEX triplet: 14, D7 and 5B. RGB value is (20,215,91). Sum of RGB (Red+Green+Blue) = 20+215+91=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 215 (84.38% from 255 or 65.95% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 215 - color contains mainly: green. Hex color #14D75B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D75B is #EB28A4. Grayscale: #8E8E8E. Windows color (decimal): -15411365 or 6018836. OLE color: 6018836.

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

Color convert

RGB 20 215 91 -
CMYK 0.91 0 0.58 0.16
HSL 141.85º 0.83% 0.46% -
HSV(B) 141.85º 0.91% 0.84% -
XYZ 26.48 49.5 18.06 -
YUV 142.56 98.9 40.58 -
System Red Green Blue C M Y K H S L
Decimal 20 215 91 0.91 0 0.58 0.16 141.85 0.83 0.46
Hex 14 D7 5B 5B 0 3A 10 8E 53 2E
Octal 24 327 133 133 0 72 20 216 123 56
Binary 10100 11010111 1011011 1011011 0 111010 10000 10001110 1010011 101110

Color Harmonies of #14D75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D75B

Black with #14D75B

Text Example


Text Example

White with #14D75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,215,91); }

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

background-color css

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

 a { background-color: rgb(20,215,91); }

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

border-color css

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

 span { border-color: rgb(20,215,91); }

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