Html Css Color HEX #13BA4F Dark Pastel Green

📋 copy color: '#13BA4F'

red 19 ◦ green 186 ◦ blue 79

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

Shades of Dark Pastel Green #13BA4F

Tints of Dark Pastel Green #13BA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.82%

R = 6.69%
G = 65.49%
B = 27.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#13BA4F (or 0x13BA4F) is known color: Dark Pastel Green. HEX triplet: 13, BA and 4F. RGB value is (19,186,79). Sum of RGB (Red+Green+Blue) = 19+186+79=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BA4F is #EC45B0. Grayscale: #7C7C7C. Windows color (decimal): -15484337 or 5224979. OLE color: 5224979.

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

Color convert

RGB 19 186 79 -
CMYK 0.90 0 0.58 0.27
HSL 141.56º 0.81% 0.4% -
HSV(B) 141.56º 0.9% 0.73% -
XYZ 19.24 35.82 13.3 -
YUV 123.87 102.67 53.2 -
System Red Green Blue C M Y K H S L
Decimal 19 186 79 0.90 0 0.58 0.27 141.56 0.81 0.4
Hex 13 BA 4F 5A 0 3A 1B 8E 51 28
Octal 23 272 117 132 0 72 33 216 121 50
Binary 10011 10111010 1001111 1011010 0 111010 11011 10001110 1010001 101000

Color Harmonies of #13BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BA4F

Black with #13BA4F

Text Example


Text Example

White with #13BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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