Html Css Color HEX #14C052 Malachite

📋 copy color: '#14C052'

red 20 ◦ green 192 ◦ blue 82

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

Shades of Malachite #14C052

Tints of Malachite #14C052

RGB

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

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

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

R = 6.8%
G = 65.31%
B = 27.89%

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

#14C052 (or 0x14C052) is known color: Malachite. HEX triplet: 14, C0 and 52. RGB value is (20,192,82). Sum of RGB (Red+Green+Blue) = 20+192+82=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #14C052 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C052 is #EB3FAD. Grayscale: #808080. Windows color (decimal): -15417262 or 5423124. OLE color: 5423124.

HSL color Cylindrical-coordinate representation of color #14C052: hue angle of 141.63º 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 #14C052 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 192 82 -
CMYK 0.90 0 0.57 0.25
HSL 141.63º 0.81% 0.42% -
HSV(B) 141.63º 0.9% 0.75% -
XYZ 20.66 38.46 14.32 -
YUV 128.03 102.02 50.94 -
System Red Green Blue C M Y K H S L
Decimal 20 192 82 0.90 0 0.57 0.25 141.63 0.81 0.42
Hex 14 C0 52 5A 0 39 19 8E 51 2A
Octal 24 300 122 132 0 71 31 216 121 52
Binary 10100 11000000 1010010 1011010 0 111001 11001 10001110 1010001 101010

Color Harmonies of #14C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C052

Black with #14C052

Text Example


Text Example

White with #14C052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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