Html Css Color HEX #13C04A Dark Pastel Green

📋 copy color: '#13C04A'

red 19 ◦ green 192 ◦ blue 74

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

Shades of Dark Pastel Green #13C04A

Tints of Dark Pastel Green #13C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.37%

 BLUE value IS 74 (29.3% from 255) = 25.96%

R = 6.67%
G = 67.37%
B = 25.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#13C04A (or 0x13C04A) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 4A. RGB value is (19,192,74). Sum of RGB (Red+Green+Blue) = 19+192+74=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #13C04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C04A is #EC3FB5. Grayscale: #7F7F7F. Windows color (decimal): -15482806 or 4898835. OLE color: 4898835.

HSL color Cylindrical-coordinate representation of color #13C04A: hue angle of 139.08º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C04A is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 192 74 -
CMYK 0.90 0 0.61 0.25
HSL 139.08º 0.82% 0.41% -
HSV(B) 139.08º 0.9% 0.75% -
XYZ 20.35 38.33 12.8 -
YUV 126.82 98.19 51.09 -
System Red Green Blue C M Y K H S L
Decimal 19 192 74 0.90 0 0.61 0.25 139.08 0.82 0.41
Hex 13 C0 4A 5A 0 3D 19 8B 52 29
Octal 23 300 112 132 0 75 31 213 122 51
Binary 10011 11000000 1001010 1011010 0 111101 11001 10001011 1010010 101001

Color Harmonies of #13C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C04A

Black with #13C04A

Text Example


Text Example

White with #13C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,192,74); }

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

background-color css

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

 a { background-color: rgb(19,192,74); }

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

border-color css

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

 span { border-color: rgb(19,192,74); }

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