Html Css Color HEX #13C143 Dark Pastel Green

📋 copy color: '#13C143'

red 19 ◦ green 193 ◦ blue 67

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

Shades of Dark Pastel Green #13C143

Tints of Dark Pastel Green #13C143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.01%

R = 6.81%
G = 69.18%
B = 24.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#13C143 (or 0x13C143) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 43. RGB value is (19,193,67). Sum of RGB (Red+Green+Blue) = 19+193+67=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 193 (75.78% from 255 or 69.18% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 193 - color contains mainly: green. Hex color #13C143 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C143 is #EC3EBC. Grayscale: #7E7E7E. Windows color (decimal): -15482557 or 4440339. OLE color: 4440339.

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

Color convert

RGB 19 193 67 -
CMYK 0.90 0 0.65 0.24
HSL 136.55º 0.82% 0.42% -
HSV(B) 136.55º 0.9% 0.76% -
XYZ 20.35 38.68 11.7 -
YUV 126.61 94.35 51.25 -
System Red Green Blue C M Y K H S L
Decimal 19 193 67 0.90 0 0.65 0.24 136.55 0.82 0.42
Hex 13 C1 43 5A 0 41 18 89 52 2A
Octal 23 301 103 132 0 101 30 211 122 52
Binary 10011 11000001 1000011 1011010 0 1000001 11000 10001001 1010010 101010

Color Harmonies of #13C143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C143

Black with #13C143

Text Example


Text Example

White with #13C143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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