Html Css Color HEX #13C55E Malachite

📋 copy color: '#13C55E'

red 19 ◦ green 197 ◦ blue 94

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

Shades of Malachite #13C55E

Tints of Malachite #13C55E

RGB

 RED value IS 19 (7.81% from 255) = 6.13%

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

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 6.13%
G = 63.55%
B = 30.32%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#13C55E (or 0x13C55E) is known color: Malachite. HEX triplet: 13, C5 and 5E. RGB value is (19,197,94). Sum of RGB (Red+Green+Blue) = 19+197+94=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #13C55E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C55E is #EC3AA1. Grayscale: #848484. Windows color (decimal): -15481506 or 6210835. OLE color: 6210835.

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

Color convert

RGB 19 197 94 -
CMYK 0.90 0 0.52 0.23
HSL 145.28º 0.82% 0.42% -
HSV(B) 145.28º 0.9% 0.77% -
XYZ 22.26 40.88 17.31 -
YUV 132.04 106.53 47.38 -
System Red Green Blue C M Y K H S L
Decimal 19 197 94 0.90 0 0.52 0.23 145.28 0.82 0.42
Hex 13 C5 5E 5A 0 34 17 91 52 2A
Octal 23 305 136 132 0 64 27 221 122 52
Binary 10011 11000101 1011110 1011010 0 110100 10111 10010001 1010010 101010

Color Harmonies of #13C55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C55E

Black with #13C55E

Text Example


Text Example

White with #13C55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13C55E; }

 p { color: rgb(19,197,94); }

 H1.HeaderClassName
 {
   color: #13C55E;
 }
 .AnyTagClassName
 {
   color: #13C55E;
 }
</style>

background-color css

<style>
 a { background-color: #13C55E; }

 a { background-color: rgb(19,197,94); }

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

border-color css

<style>
 span { border-color: #13C55E; }

 span { border-color: rgb(19,197,94); }

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