Html Css Color HEX #14D552 Malachite

📋 copy color: '#14D552'

red 20 ◦ green 213 ◦ blue 82

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

Shades of Malachite #14D552

Tints of Malachite #14D552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 67.62%

 BLUE value IS 82 (32.42% from 255) = 26.03%

R = 6.35%
G = 67.62%
B = 26.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#14D552 (or 0x14D552) is known color: Malachite. HEX triplet: 14, D5 and 52. RGB value is (20,213,82). Sum of RGB (Red+Green+Blue) = 20+213+82=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 213 (83.59% from 255 or 67.62% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 213 - color contains mainly: green. Hex color #14D552 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D552 is #EB2AAD. Grayscale: #8C8C8C. Windows color (decimal): -15411886 or 5428500. OLE color: 5428500.

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

Color convert

RGB 20 213 82 -
CMYK 0.91 0 0.62 0.16
HSL 139.27º 0.83% 0.46% -
HSV(B) 139.27º 0.91% 0.84% -
XYZ 25.61 48.35 15.96 -
YUV 140.36 95.06 42.15 -
System Red Green Blue C M Y K H S L
Decimal 20 213 82 0.91 0 0.62 0.16 139.27 0.83 0.46
Hex 14 D5 52 5B 0 3E 10 8B 53 2E
Octal 24 325 122 133 0 76 20 213 123 56
Binary 10100 11010101 1010010 1011011 0 111110 10000 10001011 1010011 101110

Color Harmonies of #14D552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D552

Black with #14D552

Text Example


Text Example

White with #14D552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,213,82); }

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

background-color css

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

 a { background-color: rgb(20,213,82); }

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

border-color css

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

 span { border-color: rgb(20,213,82); }

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