Html Css Color HEX #13CA65 Malachite

📋 copy color: '#13CA65'

red 19 ◦ green 202 ◦ blue 101

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

Shades of Malachite #13CA65

Tints of Malachite #13CA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.37%

R = 5.9%
G = 62.73%
B = 31.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#13CA65 (or 0x13CA65) is known color: Malachite. HEX triplet: 13, CA and 65. RGB value is (19,202,101). Sum of RGB (Red+Green+Blue) = 19+202+101=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CA65 is #EC359A. Grayscale: #878787. Windows color (decimal): -15480219 or 6670867. OLE color: 6670867.

HSL color Cylindrical-coordinate representation of color #13CA65: hue angle of 146.89º 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 #13CA65 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 202 101 -
CMYK 0.91 0 0.50 0.21
HSL 146.89º 0.83% 0.43% -
HSV(B) 146.89º 0.91% 0.79% -
XYZ 23.74 43.32 19.42 -
YUV 135.77 108.37 44.71 -
System Red Green Blue C M Y K H S L
Decimal 19 202 101 0.91 0 0.50 0.21 146.89 0.83 0.43
Hex 13 CA 65 5B 0 32 15 93 53 2B
Octal 23 312 145 133 0 62 25 223 123 53
Binary 10011 11001010 1100101 1011011 0 110010 10101 10010011 1010011 101011

Color Harmonies of #13CA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CA65

Black with #13CA65

Text Example


Text Example

White with #13CA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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