Html Css Color HEX #13C05A Malachite

📋 copy color: '#13C05A'

red 19 ◦ green 192 ◦ blue 90

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

Shades of Malachite #13C05A

Tints of Malachite #13C05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 6.31%
G = 63.79%
B = 29.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#13C05A (or 0x13C05A) is known color: Malachite. HEX triplet: 13, C0 and 5A. RGB value is (19,192,90). Sum of RGB (Red+Green+Blue) = 19+192+90=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #13C05A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C05A is #EC3FA5. Grayscale: #808080. Windows color (decimal): -15482790 or 5947411. OLE color: 5947411.

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

Color convert

RGB 19 192 90 -
CMYK 0.90 0 0.53 0.25
HSL 144.62º 0.82% 0.41% -
HSV(B) 144.62º 0.9% 0.75% -
XYZ 20.96 38.58 16.01 -
YUV 128.65 106.19 49.79 -
System Red Green Blue C M Y K H S L
Decimal 19 192 90 0.90 0 0.53 0.25 144.62 0.82 0.41
Hex 13 C0 5A 5A 0 35 19 91 52 29
Octal 23 300 132 132 0 65 31 221 122 51
Binary 10011 11000000 1011010 1011010 0 110101 11001 10010001 1010010 101001

Color Harmonies of #13C05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C05A

Black with #13C05A

Text Example


Text Example

White with #13C05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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