Html Css Color HEX #13CA6C Malachite

📋 copy color: '#13CA6C'

red 19 ◦ green 202 ◦ blue 108

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

Shades of Malachite #13CA6C

Tints of Malachite #13CA6C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 61.4%

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 5.78%
G = 61.4%
B = 32.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#13CA6C (or 0x13CA6C) is known color: Malachite. HEX triplet: 13, CA and 6C. RGB value is (19,202,108). Sum of RGB (Red+Green+Blue) = 19+202+108=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CA6C is #EC3593. Grayscale: #888888. Windows color (decimal): -15480212 or 7129619. OLE color: 7129619.

HSL color Cylindrical-coordinate representation of color #13CA6C: hue angle of 149.18º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CA6C is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 202 108 -
CMYK 0.91 0 0.47 0.21
HSL 149.18º 0.83% 0.43% -
HSV(B) 149.18º 0.91% 0.79% -
XYZ 24.1 43.46 21.31 -
YUV 136.57 111.87 44.14 -
System Red Green Blue C M Y K H S L
Decimal 19 202 108 0.91 0 0.47 0.21 149.18 0.83 0.43
Hex 13 CA 6C 5B 0 2F 15 95 53 2B
Octal 23 312 154 133 0 57 25 225 123 53
Binary 10011 11001010 1101100 1011011 0 101111 10101 10010101 1010011 101011

Color Harmonies of #13CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CA6C

Black with #13CA6C

Text Example


Text Example

White with #13CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,202,108); }

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

background-color css

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

 a { background-color: rgb(19,202,108); }

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

border-color css

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

 span { border-color: rgb(19,202,108); }

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