Html Css Color HEX #14C552 Malachite

📋 copy color: '#14C552'

red 20 ◦ green 197 ◦ blue 82

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

Shades of Malachite #14C552

Tints of Malachite #14C552

RGB

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

 GREEN value IS 197 (77.34% from 255) = 65.89%

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

R = 6.69%
G = 65.89%
B = 27.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#14C552 (or 0x14C552) is known color: Malachite. HEX triplet: 14, C5 and 52. RGB value is (20,197,82). Sum of RGB (Red+Green+Blue) = 20+197+82=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #14C552 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C552 is #EB3AAD. Grayscale: #838383. Windows color (decimal): -15415982 or 5424404. OLE color: 5424404.

HSL color Cylindrical-coordinate representation of color #14C552: hue angle of 141.02º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C552 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 197 82 -
CMYK 0.90 0 0.58 0.23
HSL 141.02º 0.82% 0.43% -
HSV(B) 141.02º 0.9% 0.77% -
XYZ 21.78 40.69 14.69 -
YUV 130.97 100.36 48.85 -
System Red Green Blue C M Y K H S L
Decimal 20 197 82 0.90 0 0.58 0.23 141.02 0.82 0.43
Hex 14 C5 52 5A 0 3A 17 8D 52 2B
Octal 24 305 122 132 0 72 27 215 122 53
Binary 10100 11000101 1010010 1011010 0 111010 10111 10001101 1010010 101011

Color Harmonies of #14C552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C552

Black with #14C552

Text Example


Text Example

White with #14C552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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