Html Css Color HEX #13BA4A Dark Pastel Green

📋 copy color: '#13BA4A'

red 19 ◦ green 186 ◦ blue 74

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

Shades of Dark Pastel Green #13BA4A

Tints of Dark Pastel Green #13BA4A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 66.67%

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

R = 6.81%
G = 66.67%
B = 26.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#13BA4A (or 0x13BA4A) is known color: Dark Pastel Green. HEX triplet: 13, BA and 4A. RGB value is (19,186,74). Sum of RGB (Red+Green+Blue) = 19+186+74=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BA4A is #EC45B5. Grayscale: #7B7B7B. Windows color (decimal): -15484342 or 4897299. OLE color: 4897299.

HSL color Cylindrical-coordinate representation of color #13BA4A: hue angle of 139.76º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BA4A is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 186 74 -
CMYK 0.90 0 0.60 0.27
HSL 139.76º 0.81% 0.4% -
HSV(B) 139.76º 0.9% 0.73% -
XYZ 19.06 35.75 12.37 -
YUV 123.3 100.17 53.61 -
System Red Green Blue C M Y K H S L
Decimal 19 186 74 0.90 0 0.60 0.27 139.76 0.81 0.4
Hex 13 BA 4A 5A 0 3C 1B 8C 51 28
Octal 23 272 112 132 0 74 33 214 121 50
Binary 10011 10111010 1001010 1011010 0 111100 11011 10001100 1010001 101000

Color Harmonies of #13BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BA4A

Black with #13BA4A

Text Example


Text Example

White with #13BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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