Html Css Color HEX #14C053 Malachite

📋 copy color: '#14C053'

red 20 ◦ green 192 ◦ blue 83

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

Shades of Malachite #14C053

Tints of Malachite #14C053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.08%

 BLUE value IS 83 (32.81% from 255) = 28.14%

R = 6.78%
G = 65.08%
B = 28.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#14C053 (or 0x14C053) is known color: Malachite. HEX triplet: 14, C0 and 53. RGB value is (20,192,83). Sum of RGB (Red+Green+Blue) = 20+192+83=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #14C053 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C053 is #EB3FAC. Grayscale: #808080. Windows color (decimal): -15417261 or 5488660. OLE color: 5488660.

HSL color Cylindrical-coordinate representation of color #14C053: hue angle of 141.98º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C053 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 192 83 -
CMYK 0.90 0 0.57 0.25
HSL 141.98º 0.81% 0.42% -
HSV(B) 141.98º 0.9% 0.75% -
XYZ 20.7 38.47 14.52 -
YUV 128.15 102.52 50.86 -
System Red Green Blue C M Y K H S L
Decimal 20 192 83 0.90 0 0.57 0.25 141.98 0.81 0.42
Hex 14 C0 53 5A 0 39 19 8E 51 2A
Octal 24 300 123 132 0 71 31 216 121 52
Binary 10100 11000000 1010011 1011010 0 111001 11001 10001110 1010001 101010

Color Harmonies of #14C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C053

Black with #14C053

Text Example


Text Example

White with #14C053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,192,83); }

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

background-color css

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

 a { background-color: rgb(20,192,83); }

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

border-color css

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

 span { border-color: rgb(20,192,83); }

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