Html Css Color HEX #13C124 Dark Pastel Green

📋 copy color: '#13C124'

red 19 ◦ green 193 ◦ blue 36

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

Shades of Dark Pastel Green #13C124

Tints of Dark Pastel Green #13C124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 7.66%
G = 77.82%
B = 14.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#13C124 (or 0x13C124) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 24. RGB value is (19,193,36). Sum of RGB (Red+Green+Blue) = 19+193+36=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 193 (75.78% from 255 or 77.82% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 193 - color contains mainly: green. Hex color #13C124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C124 is #EC3EDB. Grayscale: #7B7B7B. Windows color (decimal): -15482588 or 2408723. OLE color: 2408723.

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

Color convert

RGB 19 193 36 -
CMYK 0.90 0 0.81 0.24
HSL 125.86º 0.82% 0.42% -
HSV(B) 125.86º 0.9% 0.76% -
XYZ 19.66 38.41 8.05 -
YUV 123.08 78.85 53.77 -
System Red Green Blue C M Y K H S L
Decimal 19 193 36 0.90 0 0.81 0.24 125.86 0.82 0.42
Hex 13 C1 24 5A 0 51 18 7E 52 2A
Octal 23 301 44 132 0 121 30 176 122 52
Binary 10011 11000001 100100 1011010 0 1010001 11000 1111110 1010010 101010

Color Harmonies of #13C124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C124

Black with #13C124

Text Example


Text Example

White with #13C124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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