Html Css Color HEX #13C063 Malachite

📋 copy color: '#13C063'

red 19 ◦ green 192 ◦ blue 99

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

Shades of Malachite #13C063

Tints of Malachite #13C063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 6.13%
G = 61.94%
B = 31.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#13C063 (or 0x13C063) is known color: Malachite. HEX triplet: 13, C0 and 63. RGB value is (19,192,99). Sum of RGB (Red+Green+Blue) = 19+192+99=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #13C063 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C063 is #EC3F9C. Grayscale: #818181. Windows color (decimal): -15482781 or 6537235. OLE color: 6537235.

HSL color Cylindrical-coordinate representation of color #13C063: hue angle of 147.75º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C063 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 192 99 -
CMYK 0.90 0 0.48 0.25
HSL 147.75º 0.82% 0.41% -
HSV(B) 147.75º 0.9% 0.75% -
XYZ 21.37 38.74 18.16 -
YUV 129.67 110.69 49.06 -
System Red Green Blue C M Y K H S L
Decimal 19 192 99 0.90 0 0.48 0.25 147.75 0.82 0.41
Hex 13 C0 63 5A 0 30 19 94 52 29
Octal 23 300 143 132 0 60 31 224 122 51
Binary 10011 11000000 1100011 1011010 0 110000 11001 10010100 1010010 101001

Color Harmonies of #13C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C063

Black with #13C063

Text Example


Text Example

White with #13C063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,192,99); }

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

background-color css

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

 a { background-color: rgb(19,192,99); }

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

border-color css

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

 span { border-color: rgb(19,192,99); }

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