Html Css Color HEX #13C165 Malachite

📋 copy color: '#13C165'

red 19 ◦ green 193 ◦ blue 101

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

Shades of Malachite #13C165

Tints of Malachite #13C165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.66%

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

R = 6.07%
G = 61.66%
B = 32.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#13C165 (or 0x13C165) is known color: Malachite. HEX triplet: 13, C1 and 65. RGB value is (19,193,101). Sum of RGB (Red+Green+Blue) = 19+193+101=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #13C165 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C165 is #EC3E9A. Grayscale: #828282. Windows color (decimal): -15482523 or 6668563. OLE color: 6668563.

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

Color convert

RGB 19 193 101 -
CMYK 0.90 0 0.48 0.24
HSL 148.28º 0.82% 0.42% -
HSV(B) 148.28º 0.9% 0.76% -
XYZ 21.69 39.22 18.74 -
YUV 130.49 111.35 48.48 -
System Red Green Blue C M Y K H S L
Decimal 19 193 101 0.90 0 0.48 0.24 148.28 0.82 0.42
Hex 13 C1 65 5A 0 30 18 94 52 2A
Octal 23 301 145 132 0 60 30 224 122 52
Binary 10011 11000001 1100101 1011010 0 110000 11000 10010100 1010010 101010

Color Harmonies of #13C165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C165

Black with #13C165

Text Example


Text Example

White with #13C165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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