Html Css Color HEX #13C150 Dark Pastel Green

📋 copy color: '#13C150'

red 19 ◦ green 193 ◦ blue 80

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

Shades of Dark Pastel Green #13C150

Tints of Dark Pastel Green #13C150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.4%

R = 6.51%
G = 66.1%
B = 27.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#13C150 (or 0x13C150) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 50. RGB value is (19,193,80). Sum of RGB (Red+Green+Blue) = 19+193+80=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #13C150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C150 is #EC3EAF. Grayscale: #808080. Windows color (decimal): -15482544 or 5292307. OLE color: 5292307.

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

Color convert

RGB 19 193 80 -
CMYK 0.90 0 0.59 0.24
HSL 141.03º 0.82% 0.42% -
HSV(B) 141.03º 0.9% 0.76% -
XYZ 20.79 38.86 13.99 -
YUV 128.09 100.85 50.19 -
System Red Green Blue C M Y K H S L
Decimal 19 193 80 0.90 0 0.59 0.24 141.03 0.82 0.42
Hex 13 C1 50 5A 0 3B 18 8D 52 2A
Octal 23 301 120 132 0 73 30 215 122 52
Binary 10011 11000001 1010000 1011010 0 111011 11000 10001101 1010010 101010

Color Harmonies of #13C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C150

Black with #13C150

Text Example


Text Example

White with #13C150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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