Html Css Color HEX #14D452 Malachite

📋 copy color: '#14D452'

red 20 ◦ green 212 ◦ blue 82

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

Shades of Malachite #14D452

Tints of Malachite #14D452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 67.52%

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

R = 6.37%
G = 67.52%
B = 26.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#14D452 (or 0x14D452) is known color: Malachite. HEX triplet: 14, D4 and 52. RGB value is (20,212,82). Sum of RGB (Red+Green+Blue) = 20+212+82=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 212 (83.20% from 255 or 67.52% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 212 - color contains mainly: green. Hex color #14D452 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D452 is #EB2BAD. Grayscale: #8C8C8C. Windows color (decimal): -15412142 or 5428244. OLE color: 5428244.

HSL color Cylindrical-coordinate representation of color #14D452: hue angle of 139.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D452 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 212 82 -
CMYK 0.91 0 0.61 0.17
HSL 139.38º 0.83% 0.45% -
HSV(B) 139.38º 0.91% 0.83% -
XYZ 25.35 47.84 15.88 -
YUV 139.77 95.39 42.57 -
System Red Green Blue C M Y K H S L
Decimal 20 212 82 0.91 0 0.61 0.17 139.38 0.83 0.45
Hex 14 D4 52 5B 0 3D 11 8B 53 2D
Octal 24 324 122 133 0 75 21 213 123 55
Binary 10100 11010100 1010010 1011011 0 111101 10001 10001011 1010011 101101

Color Harmonies of #14D452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D452

Black with #14D452

Text Example


Text Example

White with #14D452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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