Html Css Color HEX #14D448 Malachite

📋 copy color: '#14D448'

red 20 ◦ green 212 ◦ blue 72

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

Shades of Malachite #14D448

Tints of Malachite #14D448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 6.58%
G = 69.74%
B = 23.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#14D448 (or 0x14D448) is known color: Malachite. HEX triplet: 14, D4 and 48. RGB value is (20,212,72). Sum of RGB (Red+Green+Blue) = 20+212+72=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 212 (83.20% from 255 or 69.74% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 212 - color contains mainly: green. Hex color #14D448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D448 is #EB2BB7. Grayscale: #8A8A8A. Windows color (decimal): -15412152 or 4772884. OLE color: 4772884.

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

Color convert

RGB 20 212 72 -
CMYK 0.91 0 0.66 0.17
HSL 136.25º 0.83% 0.45% -
HSV(B) 136.25º 0.91% 0.83% -
XYZ 25 47.7 14.02 -
YUV 138.63 90.39 43.38 -
System Red Green Blue C M Y K H S L
Decimal 20 212 72 0.91 0 0.66 0.17 136.25 0.83 0.45
Hex 14 D4 48 5B 0 42 11 88 53 2D
Octal 24 324 110 133 0 102 21 210 123 55
Binary 10100 11010100 1001000 1011011 0 1000010 10001 10001000 1010011 101101

Color Harmonies of #14D448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D448

Black with #14D448

Text Example


Text Example

White with #14D448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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