#13BA4F

Color #13BA4F Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #13BA4F

Tints of Dark Pastel Green #13BA4F

Color information

#13BA4F (or 0x13BA4F) is unknown color: approx 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

RGB1918679-
CMYK0.9000.580.27
HSL141.56º81.46%40.2%-
HSV(B)141.56º89.78%72.94%-
XYZ19.2435.8213.3-
YUV123.87102.6753.2-

RGB Variations

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

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 (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal19186790.9000.580.27141.5681.4640.2
Hex13BA4F5A03A1B8e5128
Octal232721171320723321612150
Binary100111011101010011111011010011101011011100011101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>